Changed CFLAGS and LDFLAGS setting to allow exporting of additional parameters in the calling shell.

This commit is contained in:
Piotr Esden-Tempski 2011-02-06 15:09:07 -08:00
parent 79182edc44
commit bb0981b22f
2 changed files with 2 additions and 2 deletions

View File

@ -6,7 +6,7 @@ VPATH += $(HOST)
BUILDDATE := `date +"%Y%m%d"`
CFLAGS = -Wall -Wextra -Wno-pointer-sign -Wno-char-subscripts\
CFLAGS += -Wall -Wextra -Wno-pointer-sign -Wno-char-subscripts\
-O0 -std=gnu99 -g3 -DBUILDDATE=\"$(BUILDDATE)\"\
-I. -Iinclude -I$(HOST)

View File

@ -1 +1 @@
LDFLAGS = -lftdi
LDFLAGS += -lftdi