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:
Tracey Dent 2010-10-02 12:38:07 -04:00 committed by Greg Kroah-Hartman
parent a1ecc6a3fe
commit 60930a0198
1 changed files with 2 additions and 2 deletions

View File

@ -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 \