2018-05-08 19:39:20 +00:00
|
|
|
################################################################################
|
2018-07-25 08:21:54 +00:00
|
|
|
### CC13x0/CC26x0 CPU makefile
|
2018-02-05 16:18:08 +00:00
|
|
|
|
2018-07-25 08:21:54 +00:00
|
|
|
# Simplelink SDK pre-compiled libraries
|
|
|
|
TARGET_LIBFILES += $(SDK_NORTOS)/lib/nortos_$(SDK_LIB_NAME).am3g
|
2018-07-24 16:42:00 +00:00
|
|
|
TARGET_LIBFILES += $(SDK_DRIVERS)/rf/lib/rf_multiMode_$(SDK_LIB_NAME).am3g
|
|
|
|
TARGET_LIBFILES += $(SDK_DRIVERS)/lib/drivers_$(SDK_LIB_NAME).am3g
|
2018-07-25 08:21:54 +00:00
|
|
|
TARGET_LIBFILES += $(SDK_DEVICES)/driverlib/bin/gcc/driverlib.lib
|
2018-02-05 16:18:08 +00:00
|
|
|
|
2018-07-25 08:21:54 +00:00
|
|
|
# CC13x0/CC26x0 is a Cortex-M3 architecture
|
2018-02-05 16:18:08 +00:00
|
|
|
include $(CONTIKI)/arch/cpu/arm/cortex-m/cm3/Makefile.cm3
|