1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00
RIOT/cpu/cc26x0_cc13x0/Makefile

11 lines
290 B
Makefile
Raw Normal View History

2016-01-23 14:38:51 +01:00
# Define the module that is built:
MODULE = cpu
# Add a list of subdirectories, that should also be built:
DIRS = periph $(RIOTCPU)/cortexm_common $(RIOTCPU)/cc26xx_cc13xx
ifneq (,$(filter cc26x0_driverlib,$(USEMODULE)))
DIRS += vendor/driverlib
endif
2016-01-23 14:38:51 +01:00
include $(RIOTBASE)/Makefile.base