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
125 B
Makefile
8 lines
125 B
Makefile
MODULE =cpu
|
|
|
|
include $(RIOTCPU)/$(CPU)/Makefile.include
|
|
|
|
DIRS = $(RIOTCPU)/msp430-common/
|
|
|
|
include $(RIOTBASE)/Makefile.base
|