Files
lk/target/lpcexpresso1549/rules.mk
Travis Geiselbrecht 3b2d7a268b [make] remove the need for a module to manually add $(LOCAL_DIR)/include to the global include path
Pretty much every module in the system was already doing it, so do it
automatically.
2015-10-19 19:07:16 -07:00

15 lines
205 B
Makefile

LOCAL_DIR := $(GET_LOCAL_DIR)
MODULE := $(LOCAL_DIR)
PLATFORM := lpc15xx
LPC_CHIP := LPC1549
GLOBAL_DEFINES += \
TARGET_HAS_DEBUG_LED=1
MODULE_SRCS += \
$(LOCAL_DIR)/init.c \
include make/module.mk