2 # Router Wireless Interface Configuration Utility Makefile
4 # Copyright 2007, Broadcom Corporation
7 # This is UNPUBLISHED PROPRIETARY SOURCE CODE of Broadcom Corporation;
8 # the contents of this file may not be disclosed to third parties, copied
9 # or duplicated in any form, in whole or in part, without the prior
10 # written permission of Broadcom Corporation.
16 CFLAGS
+= -I.
-I
$(TOP
)/shared
-I
$(SRCBASE
)/include -Wall
18 CFLAGS
+= -s
-Os
-DBCMWPA2
$(EXTRACFLAGS
)
19 LDFLAGS
+= -L
$(TOP
)/nvram
-lnvram
-L
$(TOP
)/shared
-lshared
23 vpath
%.c
$(SRCBASE
)/wlconf
31 install -d
$(INSTALLDIR
)/usr
/sbin
32 install wlconf
$(INSTALLDIR
)/usr
/sbin
33 $(STRIP
) $(INSTALLDIR
)/usr
/sbin
/wlconf
36 $(CC
) -o
$@
$^
$(LDFLAGS
)