Add change missing in Make.defs for last LPC43xx change

This commit is contained in:
Vytautas Lukenskas 2016-07-19 09:28:15 -06:00 committed by Gregory Nutt
parent 8eeecff79d
commit ac2a5e079c

View File

@ -126,6 +126,10 @@ ifeq ($(CONFIG_LPC43_ETHERNET),y)
CHIP_CSRCS += lpc43_ethernet.c
endif
ifeq ($(CONFIG_LPC43_EMC),y)
CHIP_CSRCS += lpc43_emc.c
endif
ifeq ($(CONFIG_LPC43_SPI),y)
CHIP_CSRCS += lpc43_spi.c
else