[nordic] move vendor code to external

This commit is contained in:
Eric Holland
2016-06-07 10:11:54 -07:00
parent bb4c6402b0
commit d1c4965dc7
6 changed files with 13 additions and 1 deletions

12
external/platform/nrf51/rules.mk vendored Normal file
View File

@@ -0,0 +1,12 @@
LOCAL_DIR := $(GET_LOCAL_DIR)
MODULE := $(LOCAL_DIR)
GLOBAL_INCLUDES += $(LOCAL_DIR)
MODULE_SRCS += \
$(LOCAL_DIR)/system_nrf51.c \
include make/module.mk

View File

@@ -47,13 +47,13 @@ MODULE_SRCS += \
$(LOCAL_DIR)/vectab.c \
$(LOCAL_DIR)/gpio.c \
$(LOCAL_DIR)/timer.c \
$(LOCAL_DIR)/system_nrf51.c
LINKER_SCRIPT += \
$(BUILDDIR)/system-twosegment.ld
MODULE_DEPS += \
platform/nrf51 \
lib/cbuf
include make/module.mk