From a1ecc6a3fe507ecd0fc60a1e881861235bd11097 Mon Sep 17 00:00:00 2001 From: Tracey Dent Date: Sat, 2 Oct 2010 12:38:06 -0400 Subject: [PATCH] Staging: vt6655: Makefile: cleaned up Makefile cflag lines Changed to use the proper ccflags-y option Signed-off-by: Tracey Dent Acked-by: Sam Ravnborg Signed-off-by: Greg Kroah-Hartman --- drivers/staging/vt6655/Makefile | 4 ++-- 1 file 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 \ -- 2.11.0