Skip to content

Commit

Permalink
change makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
epernia committed Aug 19, 2018
1 parent 36c44b0 commit ecec3da
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ include $(PROJECT)/Makefile

include etc/target/$(TARGET).mk

SYMBOLS += -D$(TARGET) -D$(BOARD)
SYMBOLS += -D$(TARGET) -D$(BOARD) -std=c99

include $(foreach MOD,$(PROJECT_MODULES),$(MOD)/Makefile)

Expand Down

0 comments on commit ecec3da

Please sign in to comment.