Skip to content
Snippets Groups Projects
Commit 3acdb415 authored by Gregory Nutt's avatar Gregory Nutt
Browse files

Con't build external memory files if EMC support is not enabled

parent 58bebcaa
Branches
Tags
No related merge requests found
......@@ -40,6 +40,7 @@ CFLAGS += -I$(TOPDIR)/sched
ASRCS =
CSRCS = lpc17_boardinitialize.c lpc17_ssp.c
ifeq ($(CONFIG_LPC17_EMC),y)
ifeq ($(CONFIG_ARCH_EXTNOR),y)
CSRCS += lpc17_norinitialize.c
endif
......@@ -51,6 +52,7 @@ endif
ifeq ($(CONFIG_ARCH_EXTDRAM),y)
CSRCS += lpc17_sdraminitialize.c
endif
endif
ifeq ($(CONFIG_LPC17_LCD),y)
CSRCS += lpc17_lcd.c
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment