aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/staging/wilc1000/Makefile
diff options
context:
space:
mode:
authorGlen Lee <glen.lee@atmel.com>2015-09-23 16:10:53 +0900
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2015-09-29 02:33:45 +0200
commit70f52debbed3d0c99d8b9b6ce32d8cf7f0cfe638 (patch)
tree6c90b2ccb9c25b4c28bca5e9f1632f6d7115cf3f /drivers/staging/wilc1000/Makefile
parentstaging: wilc1000: remove ifdef OLD_FPGA_BITFILE line (diff)
downloadlinux-dev-70f52debbed3d0c99d8b9b6ce32d8cf7f0cfe638.tar.xz
linux-dev-70f52debbed3d0c99d8b9b6ce32d8cf7f0cfe638.zip
staging: wilc1000: remove define DISABLE_PWRSAVE_AND_SCAN_DURING_IP
The driver will use define DISABLE_PWRSAVE_AND_SCAN_DURING_IP always. So remove the ifdef line and define in Makefile. Signed-off-by: Glen Lee <glen.lee@atmel.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers/staging/wilc1000/Makefile')
-rw-r--r--drivers/staging/wilc1000/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/staging/wilc1000/Makefile b/drivers/staging/wilc1000/Makefile
index bdeffea8db83..afae7d6464ae 100644
--- a/drivers/staging/wilc1000/Makefile
+++ b/drivers/staging/wilc1000/Makefile
@@ -10,7 +10,7 @@ ccflags-y += -DSTA_FIRMWARE=\"atmel/wilc1000_fw.bin\" \
ccflags-y += -I$(src)/ -D__CHECK_ENDIAN__ -DWILC_ASIC_A0 \
-DPLL_WORKAROUND -DCONNECT_DIRECT -DAGING_ALG \
- -DWILC_PARSE_SCAN_IN_HOST -DDISABLE_PWRSAVE_AND_SCAN_DURING_IP \
+ -DWILC_PARSE_SCAN_IN_HOST \
-Wno-unused-function -DWILC_DEBUGFS
#ccflags-y += -DTCP_ACK_FILTER