Commit 60930a01 authored by Tracey Dent's avatar Tracey Dent Committed by Greg Kroah-Hartman

Staging: vt6656: Makefile: cleaned up Makefile cflag lines

Changed to use the proper ccflags-y option
Signed-off-by: default avatarTracey Dent <tdent48227@gmail.com>
Acked-by: default avatarSam Ravnborg <sam@ravnborg.org>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@suse.de>
parent a1ecc6a3
# 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 \
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment