]> git.zerfleddert.de Git - proxmark3-svn/blobdiff - common/Makefile.common
Merge branch 'master' into topaz
[proxmark3-svn] / common / Makefile.common
index a71237caa31153fa50d02c94999020df13a05fe8..7c94e041cee0551313f7494d74dc5e1752089d17 100644 (file)
@@ -63,11 +63,11 @@ endif
 
 
 # Also search prerequisites in the common directory (for usb.c), the fpga directory (for fpga.bit), and the zlib directory
-VPATH = . ../common/ ../fpga/ ../zlib/
+VPATH = . ../common ../fpga ../zlib
 
 INCLUDES = ../include/proxmark3.h ../include/at91sam7s512.h ../include/config_gpio.h ../include/usb_cmd.h $(APP_INCLUDES)
 
-CFLAGS =  -c $(INCLUDE) -Wall -Werror -pedantic -std=c99 $(APP_CFLAGS) -Os
+CFLAGS =  -c $(INCLUDE) -Wall -Werror -pedantic -std=c99 -Os $(APP_CFLAGS)
 LDFLAGS = -nostartfiles -nodefaultlibs -Wl,-gc-sections -n
 
 LIBS = -lgcc
Impressum, Datenschutz