summaryrefslogtreecommitdiffstats
path: root/drivers/staging/vt6655
diff options
context:
space:
mode:
authorTracey Dent2010-10-02 18:38:06 +0200
committerGreg Kroah-Hartman2010-10-05 20:56:38 +0200
commita1ecc6a3fe507ecd0fc60a1e881861235bd11097 (patch)
tree88a5aaab426c977f55e0af13ab713f460a85f022 /drivers/staging/vt6655
parentStaging: wlags49_h2: Makefile: cleaned up Makefile cflag lines (diff)
downloadkernel-qcow2-linux-a1ecc6a3fe507ecd0fc60a1e881861235bd11097.tar.gz
kernel-qcow2-linux-a1ecc6a3fe507ecd0fc60a1e881861235bd11097.tar.xz
kernel-qcow2-linux-a1ecc6a3fe507ecd0fc60a1e881861235bd11097.zip
Staging: vt6655: 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>
Diffstat (limited to 'drivers/staging/vt6655')
-rw-r--r--drivers/staging/vt6655/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/staging/vt6655/Makefile b/drivers/staging/vt6655/Makefile
index 824c97187872..f7544a6cb63e 100644
--- a/drivers/staging/vt6655/Makefile
+++ b/drivers/staging/vt6655/Makefile
@@ -1,6 +1,6 @@
# 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 \