Files
lk/external/platform/nrf51/rules.mk
2016-06-07 10:11:54 -07:00

13 lines
165 B
Makefile

LOCAL_DIR := $(GET_LOCAL_DIR)
MODULE := $(LOCAL_DIR)
GLOBAL_INCLUDES += $(LOCAL_DIR)
MODULE_SRCS += \
$(LOCAL_DIR)/system_nrf51.c \
include make/module.mk