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
+3
View File
@@ -31,6 +31,9 @@ BUILD = build-$(BOARD)
# Board specific
include $(TOP)/hw/bsp/$(BOARD)/board.mk
# Include all source C in board folder
SRC_C += $(subst $(TOP)/,,$(wildcard $(TOP)/hw/bsp/$(BOARD)/*.c))
# Compiler Flags
CFLAGS += \
-fsingle-precision-constant \