Staging: vt6656: Makefile: cleaned up Makefile cflag lines
Changed to use the proper ccflags-y option Signed-off-by: Tracey Dent <tdent48227@gmail.com> Acked-by: Sam Ravnborg <sam@ravnborg.org> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
This commit is contained in:
parent
a1ecc6a3fe
commit
60930a0198
|
@ -1,6 +1,6 @@
|
|||
# TODO: all of these should be removed
|
||||
EXTRA_CFLAGS += -DLINUX -D__KERNEL__ -DEXPORT_SYMTAB -D__NO_VERSION__
|
||||
EXTRA_CFLAGS += -DHOSTAP
|
||||
ccflags-y := -DLINUX -D__KERNEL__ -DEXPORT_SYMTAB -D__NO_VERSION__
|
||||
ccflags-y += -DHOSTAP
|
||||
|
||||
vt6656_stage-y += main_usb.o \
|
||||
card.o \
|
||||
|
|
Loading…
Reference in New Issue