4f3465f805
Remove the static definition of SUPPORT_BOOT_COMMAND. Signed-off-by: Holger Schurig <hs4233@mail.mn-solutions.de> Acked-by: Dan Williams <dcbw@redhat.com> Signed-off-by: John W. Linville <linville@tuxdriver.com>
21 lines
374 B
Makefile
21 lines
374 B
Makefile
# EXTRA_CFLAGS += -Wpacked
|
|
|
|
usb8xxx-objs := main.o fw.o wext.o \
|
|
rx.o tx.o cmd.o \
|
|
cmdresp.o scan.o \
|
|
join.o 11d.o \
|
|
ioctl.o debugfs.o \
|
|
ethtool.o assoc.o
|
|
|
|
ifeq ($(CONFIG_LIBERTAS_USB_DEBUG), y)
|
|
EXTRA_CFLAGS += -DDEBUG -DPROC_DEBUG
|
|
endif
|
|
|
|
|
|
#EXTRA_CFLAGS +=
|
|
usb8xxx-objs += if_bootcmd.o
|
|
usb8xxx-objs += if_usb.o
|
|
|
|
obj-$(CONFIG_LIBERTAS_USB) += usb8xxx.o
|
|
|