diff options
author | sicarius <devnull@localhost> | 2007-02-19 21:57:03 +0100 |
---|---|---|
committer | sicarius <devnull@localhost> | 2007-02-19 21:57:03 +0100 |
commit | 42a38959ff5c097463c2c95d993e5934f100d223 (patch) | |
tree | 7ad00518e3fdd85a800f5c8bf48588e7f5e1a23a /source/Concept/Framework/default/Makefile | |
parent | b3196682b1d87c40156ed1b4092a7112dd0d80df (diff) | |
download | rc2007-soccer-42a38959ff5c097463c2c95d993e5934f100d223.tar rc2007-soccer-42a38959ff5c097463c2c95d993e5934f100d223.zip |
Code-stuff
Diffstat (limited to 'source/Concept/Framework/default/Makefile')
-rw-r--r-- | source/Concept/Framework/default/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/source/Concept/Framework/default/Makefile b/source/Concept/Framework/default/Makefile index fc917c5..d401a7f 100644 --- a/source/Concept/Framework/default/Makefile +++ b/source/Concept/Framework/default/Makefile @@ -13,7 +13,7 @@ COMMON = -mmcu=$(MCU) ## Compile options common for all C compilation units.
CFLAGS = $(COMMON)
-CFLAGS += -Wall -gdwarf-2 -DF_CPU=16000000ULUL -O3 -fsigned-char
+CFLAGS += -Wall -gdwarf-2 -DF_CPU=16000000ULUL -O3 -fsigned-char
CFLAGS += -MD -MP -MT $(*F).o -MF dep/$(@F).d
## Assembly specific flags
@@ -22,7 +22,7 @@ ASMFLAGS += -x assembler-with-cpp -Wa,-gdwarf2 ## Linker flags
LDFLAGS = $(COMMON)
-LDFLAGS += -lm
+LDFLAGS += -lm
## Intel Hex file production flags
|