makefile clean up

This commit is contained in:
hathach
2019-05-14 13:59:45 +07:00
parent 62f0eb16d6
commit 8094bdce23
9 changed files with 3 additions and 20 deletions

View File

@@ -9,7 +9,4 @@ INC += \
EXAMPLE_SOURCE += $(wildcard src/*.c)
SRC_C += $(addprefix $(CURRENT_PATH)/, $(EXAMPLE_SOURCE))
# Board source
SRC_C += hw/bsp/$(BOARD)/board_$(BOARD).c
include ../../rules.mk