clean up
This commit is contained in:
@@ -12,22 +12,22 @@ CFLAGS += \
|
||||
# startup.c and lpc_types.h cause following errors
|
||||
CFLAGS += -Wno-error=nested-externs -Wno-error=strict-prototypes
|
||||
|
||||
MCU_DIR = hw/mcu/nxp/lpc_driver/lpc11uxx
|
||||
MCU_DIR = hw/mcu/nxp/lpc_driver/lpc11uxx/lpc_chip_11uxx
|
||||
|
||||
# All source paths should be relative to the top level.
|
||||
LD_FILE = hw/bsp/lpcxpresso11u37/lpc11u37.ld
|
||||
|
||||
SRC_C += \
|
||||
$(MCU_DIR)/cr_startup_lpc11xx.c \
|
||||
$(MCU_DIR)/lpc_chip_11uxx/src/chip_11xx.c \
|
||||
$(MCU_DIR)/lpc_chip_11uxx/src/clock_11xx.c \
|
||||
$(MCU_DIR)/lpc_chip_11uxx/src/gpio_11xx_1.c \
|
||||
$(MCU_DIR)/lpc_chip_11uxx/src/iocon_11xx.c \
|
||||
$(MCU_DIR)/lpc_chip_11uxx/src/sysctl_11xx.c \
|
||||
$(MCU_DIR)/lpc_chip_11uxx/src/sysinit_11xx.c
|
||||
$(MCU_DIR)/../cr_startup_lpc11xx.c \
|
||||
$(MCU_DIR)/src/chip_11xx.c \
|
||||
$(MCU_DIR)/src/clock_11xx.c \
|
||||
$(MCU_DIR)/src/gpio_11xx_1.c \
|
||||
$(MCU_DIR)/src/iocon_11xx.c \
|
||||
$(MCU_DIR)/src/sysctl_11xx.c \
|
||||
$(MCU_DIR)/src/sysinit_11xx.c
|
||||
|
||||
INC += \
|
||||
$(TOP)/$(MCU_DIR)/lpc_chip_11uxx/inc
|
||||
$(TOP)/$(MCU_DIR)/inc
|
||||
|
||||
# For TinyUSB port source
|
||||
VENDOR = nxp
|
||||
|
||||
Reference in New Issue
Block a user