aboutsummaryrefslogtreecommitdiff
path: root/platform/cc13xx/rules.mk
diff options
context:
space:
mode:
Diffstat (limited to 'platform/cc13xx/rules.mk')
-rw-r--r--platform/cc13xx/rules.mk30
1 files changed, 0 insertions, 30 deletions
diff --git a/platform/cc13xx/rules.mk b/platform/cc13xx/rules.mk
deleted file mode 100644
index d2fc310b..00000000
--- a/platform/cc13xx/rules.mk
+++ /dev/null
@@ -1,30 +0,0 @@
-LOCAL_DIR := $(GET_LOCAL_DIR)
-
-MODULE := $(LOCAL_DIR)
-
-ARCH := arm
-ARM_CPU := cortex-m3
-
-MEMBASE := 0x20000000
-ROMBASE := 0x00000000
-MEMSIZE := 0x5000
-
-MODULE_SRCS += \
- $(LOCAL_DIR)/init.c \
- $(LOCAL_DIR)/debug.c \
- $(LOCAL_DIR)/vectab.c \
- $(LOCAL_DIR)/gpio.c \
- $(LOCAL_DIR)/radio.c
-
-LINKER_SCRIPT += \
- $(BUILDDIR)/system-twosegment.ld
-
-MODULE_DEPS += \
- arch/arm/arm-m/systick \
- platform/cc13xx/cc13xxware
-
-GLOBAL_COMPILEFLAGS += -DWITH_NO_FP=1
-#GLOBAL_COMPILEFLAGS += -DDISABLE_DEBUG_OUTPUT=1
-
-include make/module.mk
-