mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2024-12-29 04:50:03 +01:00
17929a5ce4
Rationale 1: The common part made only sense for (some) NXP ARM7 MCUs, but was misleading for MCUs like the LPC1768. Rationale 2: The common part was only used by one specific MCU implementation - no need to outsource it.
8 lines
175 B
Makefile
8 lines
175 B
Makefile
INCLUDES += -I$(RIOTCPU)/lpc2387/include
|
|
|
|
include $(RIOTCPU)/arm7_common/Makefile.include
|
|
|
|
export UNDEF += $(BINDIR)cpu/lpc_syscalls.o
|
|
|
|
export USEMODULE += arm7_common periph
|