1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2025-12-25 14:33:52 +01:00

cpu/msp430xx: some Makefile cleanup

- removed redundancies
- optical cleanup
This commit is contained in:
Hauke Petersen 2015-09-16 17:07:26 +02:00
parent a07bff47a8
commit 515d325c89
2 changed files with 5 additions and 4 deletions

View File

@ -1,3 +1,6 @@
INCLUDES += -I$(RIOTBASE)/cpu/msp430-common/include/
INCLUDES += -I$(RIOTCPU)/msp430-common/include/
export UNDEF += $(BINDIR)msp430_common/startup.o
export USEMODULE += msp430_common
DEFAULT_MODULE += oneway_malloc

View File

@ -2,6 +2,4 @@ INCLUDES += -I$(RIOTCPU)/msp430fxyz/include/
include $(RIOTCPU)/msp430-common/Makefile.include
USEMODULE += periph
export USEMODULE
export USEMODULE += periph