diff options
| author | hathach <[email protected]> | 2019-10-12 00:00:08 +0700 |
|---|---|---|
| committer | hathach <[email protected]> | 2019-10-12 00:02:51 +0700 |
| commit | 195d0f5a147fb83ae3685b9558bdaeb0bd83f8f2 (patch) | |
| tree | cc117d6d7bf94e9bf50a0ef9babc242dcdf2079c /examples | |
| parent | d9ef34276b8f83be0a0645273fa54f8efca961b9 (diff) | |
adding log support with uart
started with pca10056
Diffstat (limited to 'examples')
| -rw-r--r-- | examples/make.mk | 1 |
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 |
