nes-proj/arch/cpu/simplelink-cc13xx-cc26xx/cc13x2-cc26x2/Makefile.cc13x2-cc26x2

12 lines
529 B
Makefile
Raw Normal View History

2018-05-08 19:39:20 +00:00
################################################################################
2018-07-25 08:21:54 +00:00
### CC13x2/CC26x2 CPU makefile
2018-05-08 19:39:20 +00:00
2018-07-25 08:21:54 +00:00
# Simplelink SDK pre-compiled libraries
TARGET_LIBFILES += $(SDK_NORTOS)/lib/nortos_$(SDK_LIB_NAME).am4fg
2018-07-24 16:42:00 +00:00
TARGET_LIBFILES += $(SDK_DRIVERS)/rf/lib/rf_multiMode_$(SDK_LIB_NAME).am4fg
TARGET_LIBFILES += $(SDK_DRIVERS)/lib/drivers_$(SDK_LIB_NAME).am4fg
2018-07-25 08:21:54 +00:00
TARGET_LIBFILES += $(SDK_DEVICES)/driverlib/bin/gcc/driverlib.lib
2018-05-08 19:39:20 +00:00
2018-08-31 10:15:22 +00:00
# CC13x2/CC26x2 is a Cortex-M4 architecture
include $(ARCH_PATH)/cpu/arm/cortex-m/cm4/Makefile.cm4