diff options
| author | Ha Thach <[email protected]> | 2021-03-18 17:38:51 +0700 |
|---|---|---|
| committer | GitHub <[email protected]> | 2021-03-18 17:38:51 +0700 |
| commit | e182bb2a5b27eca914a72e8c074dabd333603d34 (patch) | |
| tree | 0933213bd5ca568710a08b7172530d13f9384e74 /examples/make.mk | |
| parent | 881321e7635bf49253f7714912a24949501e4376 (diff) | |
| parent | 253430a76585f529340e480397e07de567370b5f (diff) | |
Merge pull request #729 from hathach/cleanup-make
Cleanup make
Diffstat (limited to 'examples/make.mk')
| -rw-r--r-- | examples/make.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/make.mk b/examples/make.mk index 53f633b18..e04a2592a 100644 --- a/examples/make.mk +++ b/examples/make.mk @@ -40,7 +40,7 @@ ifeq ($(FAMILY),) include $(TOP)/hw/bsp/$(BOARD)/board.mk else # Include Family and Board specific defs - -include $(TOP)/$(FAMILY_PATH)/family.mk + include $(TOP)/$(FAMILY_PATH)/family.mk SRC_C += $(subst $(TOP)/,,$(wildcard $(TOP)/$(FAMILY_PATH)/*.c)) endif |
