mirror of
git://projects.qi-hardware.com/openwrt-xburst.git
synced 2024-11-01 17:22:49 +02:00
99867b24bf
Signed-off: Luigi 'Comio' Mantellini <luigi.mantellini@idf-hit.com> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@18311 3c298f89-4303-0410-b956-a3cf2f4a3e73
12 lines
342 B
Diff
12 lines
342 B
Diff
--- ./Makefile.old 2009-10-18 21:14:18.344641842 +0200
|
|
+++ ./Makefile 2009-10-18 21:14:33.558618672 +0200
|
|
@@ -22,7 +22,7 @@
|
|
|
|
CC = gcc
|
|
HOSTCC = gcc
|
|
-CCOPTS = -D_GNU_SOURCE -O2 -Wstrict-prototypes -Wall
|
|
+CCOPTS = -D_GNU_SOURCE -O2 -Wstrict-prototypes -Wall $(EXTRA_CCOPTS)
|
|
CFLAGS = $(CCOPTS) -I../include $(DEFINES)
|
|
YACCFLAGS = -d -t -v
|
|
|