diff --git a/Makefile.include b/Makefile.include index 6de19126ac7dc8d7c93939ff8a9f821eeffb1152..c2b7e5768eb671b8ceb2737d3107d51495bf250a 100644 --- a/Makefile.include +++ b/Makefile.include @@ -13,7 +13,8 @@ endif # if you want to publish the board into the sources as an uppercase #define BB = $(shell echo $(BOARD)|tr 'a-z' 'A-Z') -CFLAGS += -DBOARD=$(BB) +CPUDEF = $(shell echo $(CPU)|tr 'a-z' 'A-Z') +CFLAGS += -DBOARD=$(BB) -DCPU_$(CPUDEF) export CFLAGS # mandatory includes!