diff options
| author | hathach <[email protected]> | 2021-04-18 01:50:16 +0700 |
|---|---|---|
| committer | hathach <[email protected]> | 2021-04-18 01:50:16 +0700 |
| commit | 803b755554a69221f6d05a4b245f24045dfcd644 (patch) | |
| tree | 0c56b8c6952d98a39cb90c288ae48f619d3b863c /examples/make.mk | |
| parent | 38cc459c93d039968c4e89b302880e621e42eed3 (diff) | |
update per review
Diffstat (limited to 'examples/make.mk')
| -rw-r--r-- | examples/make.mk | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/examples/make.mk b/examples/make.mk index 09ddb1397..6366d6cef 100644 --- a/examples/make.mk +++ b/examples/make.mk @@ -27,9 +27,6 @@ endif # Board within family ifeq ($(BOARD_PATH),) BOARD_PATH := $(subst $(TOP)/,,$(wildcard $(TOP)/hw/bsp/*/boards/$(BOARD))) -ifneq ($(wildcard $(TOP)/hw/bsp/*/boards/$(BOARD)/board.mk),) - include $(TOP)/hw/bsp/*/boards/$(BOARD)/board.mk -endif FAMILY := $(word 3, $(subst /, ,$(BOARD_PATH))) FAMILY_PATH = hw/bsp/$(FAMILY) endif |
