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

Staging: vt6655: 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 76831125
# TODO: all of these should be removed
EXTRA_CFLAGS += -DLINUX -D__KERNEL__ -D__NO_VERSION__
EXTRA_CFLAGS += -DHOSTAP
ccflags-y := -DLINUX -D__KERNEL__ -D__NO_VERSION__
ccflags-y += -DHOSTAP
vt6655_stage-y += device_main.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