repair makefile

This commit is contained in:
Olaf Rempel 2008-02-25 15:11:06 +01:00
parent 9e8158277c
commit 5a37574a47
1 changed files with 1 additions and 1 deletions

View File

@ -20,7 +20,7 @@ TARGET = sam7fc
ASFLAGS = -mcpu=arm7tdmi -Wa,-adhlns=$(BUILD)/$(*D)/$(*F).lst,--gdwarf-2 -Iinclude
CFLAGS = -gdwarf-2 -mcpu=arm7tdmi -Os -std=gnu99 -dr
CFLAGS = -gdwarf-2 -mcpu=arm7tdmi -Os -std=gnu99
CFLAGS += -Wa,-adhlns=$(BUILD)/$(*D)/$(*F).lst
CFLAGS += -nostdinc $(patsubst %,-I%,$(INCDIRS))
CFLAGS += -MD -MP -MF $(BUILD)/$(*D)/$(*F).d