M7350v7_en_gpl
This commit is contained in:
31
wlan/8192es/DriverSrcPkg/Users/utility/Makefile
Executable file
31
wlan/8192es/DriverSrcPkg/Users/utility/Makefile
Executable file
@ -0,0 +1,31 @@
|
||||
|
||||
|
||||
INCS = -I$(TOP_USERS_DIR)/include
|
||||
CFLAGS := -Os -Wall $(CFLAGS) $(INCS)
|
||||
LDFLAGS += -g -s
|
||||
|
||||
#CC = $(CROSS_COMPILE)gcc
|
||||
#AR = $(CROSS_COMPILE)ar
|
||||
|
||||
CFLAGS += -DCONFIG_IEEE80211W
|
||||
#CFLAGS += -DCONFIG_NEW_SCRIPT
|
||||
|
||||
all: webs flash
|
||||
|
||||
webs: webs.o
|
||||
$(CC) -o $@ $^ $(LDFLAGS)
|
||||
cp -p ./webs ../bin/
|
||||
|
||||
flash: flash.o
|
||||
$(CC) -o $@ $^ $(LDFLAGS)
|
||||
cp -p ./flash ../bin/
|
||||
|
||||
|
||||
|
||||
clean:
|
||||
rm -f *.o webs flash
|
||||
|
||||
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user