diff options
author | Christian Pointner <equinox@spreadspace.org> | 2012-05-19 10:54:01 +0000 |
---|---|---|
committer | Christian Pointner <equinox@spreadspace.org> | 2012-05-19 10:54:01 +0000 |
commit | 5b7b48c43323d879e6109a98af4ba1a05e2d82bb (patch) | |
tree | 3e60964ce05cf0854216e3d72bd58d7e1ce14650 | |
parent | added gpl authors file and a readme (diff) |
also add board type to output
git-svn-id: https://svn.spreadspace.org/avr/trunk@10 aa12f405-d877-488e-9caf-2d797e2a1cc7
-rw-r--r-- | include.mk | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -56,6 +56,7 @@ CFLAGS += -fshort-enums CFLAGS += -Wall CFLAGS += -Wstrict-prototypes CFLAGS += -DF_CPU=$(F_CPU)UL +CFLAGS += -DBOARD_TYPE=$(BOARD_TYPE) ## Linker flags LDFLAGS = $(COMMON) |