cpu: rename arm_common to arm7_common
To be more accurate with the naming and avoid confusions.dev/timer
parent
b4c3a06a8e
commit
20ce2aee8b
@ -0,0 +1,3 @@
|
||||
INCLUDES += -I$(RIOTBASE)/cpu/arm7_common/include/
|
||||
|
||||
export UNDEF += $(BINDIR)arm7_common/syscalls.o
|
@ -1,3 +0,0 @@
|
||||
INCLUDES += -I$(RIOTBASE)/cpu/arm_common/include/
|
||||
|
||||
export UNDEF += $(BINDIR)arm_common/syscalls.o
|
@ -1,6 +1,6 @@
|
||||
INCLUDES += -I$(RIOTCPU)/lpc2387/include
|
||||
|
||||
include $(RIOTCPU)/arm_common/Makefile.include
|
||||
include $(RIOTCPU)/arm7_common/Makefile.include
|
||||
include $(RIOTCPU)/lpc_common/Makefile.include
|
||||
|
||||
export USEMODULE += arm_common lpc_common periph
|
||||
export USEMODULE += arm7_common lpc_common periph
|
||||
|
@ -1,8 +1,8 @@
|
||||
INCLUDES += -I$(RIOTCPU)/$(CPU)/include
|
||||
INCLUDES += -I$(RIOTCPU)/$(CPU)/maca/include
|
||||
|
||||
include $(RIOTCPU)/arm_common/Makefile.include
|
||||
include $(RIOTCPU)/arm7_common/Makefile.include
|
||||
|
||||
export UNDEF += $(BINDIR)cpu/mc1322x_syscalls.o
|
||||
|
||||
export USEMODULE += arm_common
|
||||
export USEMODULE += arm7_common
|
||||
|
Loading…
Reference in New Issue