summaryrefslogtreecommitdiff
path: root/examples/make.mk
diff options
context:
space:
mode:
authorhathach <[email protected]>2019-10-12 00:00:08 +0700
committerhathach <[email protected]>2019-10-12 00:02:51 +0700
commit195d0f5a147fb83ae3685b9558bdaeb0bd83f8f2 (patch)
treecc117d6d7bf94e9bf50a0ef9babc242dcdf2079c /examples/make.mk
parentd9ef34276b8f83be0a0645273fa54f8efca961b9 (diff)
adding log support with uart
started with pca10056
Diffstat (limited to 'examples/make.mk')
-rw-r--r--examples/make.mk1
1 files changed, 1 insertions, 0 deletions
diff --git a/examples/make.mk b/examples/make.mk
index 699cc43d6..552483965 100644
--- a/examples/make.mk
+++ b/examples/make.mk
@@ -46,6 +46,7 @@ BUILD = _build/build-$(BOARD)
include $(TOP)/hw/bsp/$(BOARD)/board.mk
# Include all source C in board folder
+SRC_C += hw/bsp/board.c
SRC_C += $(subst $(TOP)/,,$(wildcard $(TOP)/hw/bsp/$(BOARD)/*.c))
# Compiler Flags