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:
parent
a07bff47a8
commit
515d325c89
@ -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
|
||||
|
||||
@ -2,6 +2,4 @@ INCLUDES += -I$(RIOTCPU)/msp430fxyz/include/
|
||||
|
||||
include $(RIOTCPU)/msp430-common/Makefile.include
|
||||
|
||||
USEMODULE += periph
|
||||
|
||||
export USEMODULE
|
||||
export USEMODULE += periph
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user