mirror of
https://github.com/apache/nuttx.git
synced 2026-06-08 01:42:58 +08:00
Add change missing in Make.defs for last LPC43xx change
This commit is contained in:
committed by
Gregory Nutt
parent
8eeecff79d
commit
ac2a5e079c
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user