mirror of
git://projects.qi-hardware.com/openwrt-xburst.git
synced 2024-11-01 19:50:18 +02:00
7bb7d75ca9
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@20464 3c298f89-4303-0410-b956-a3cf2f4a3e73
12 lines
296 B
Diff
12 lines
296 B
Diff
--- a/Makefile
|
|
+++ b/Makefile
|
|
@@ -22,7 +22,7 @@ ADDLIB+=ipx_ntop.o ipx_pton.o
|
|
|
|
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
|
|
|