Add change missing in Make.defs for last LPC43xx change
This commit is contained in:
parent
8eeecff79d
commit
ac2a5e079c
@ -126,6 +126,10 @@ ifeq ($(CONFIG_LPC43_ETHERNET),y)
|
|||||||
CHIP_CSRCS += lpc43_ethernet.c
|
CHIP_CSRCS += lpc43_ethernet.c
|
||||||
endif
|
endif
|
||||||
|
|
||||||
|
ifeq ($(CONFIG_LPC43_EMC),y)
|
||||||
|
CHIP_CSRCS += lpc43_emc.c
|
||||||
|
endif
|
||||||
|
|
||||||
ifeq ($(CONFIG_LPC43_SPI),y)
|
ifeq ($(CONFIG_LPC43_SPI),y)
|
||||||
CHIP_CSRCS += lpc43_spi.c
|
CHIP_CSRCS += lpc43_spi.c
|
||||||
else
|
else
|
||||||
|
Loading…
Reference in New Issue
Block a user