lpc1769 work with makefile

This commit is contained in:
hathach
2019-05-15 12:57:31 +07:00
parent 2582dfb3af
commit 8ccecde18e
3 changed files with 6 additions and 6 deletions
+3
View File
@@ -11,6 +11,9 @@ CFLAGS += \
# All source paths should be relative to the top level.
LD_FILE = hw/bsp/lpcxpresso1769/lpc1769.ld
# TODO remove later
SRC_C += src/portable/$(VENDOR)/$(CHIP_FAMILY)/hal_$(CHIP_FAMILY).c
SRC_C += \
hw/mcu/nxp/lpcopen/lpc_chip_175x_6x/src/chip_17xx_40xx.c \
hw/mcu/nxp/lpcopen/lpc_chip_175x_6x/src/clock_17xx_40xx.c \