aboutsummaryrefslogtreecommitdiff
path: root/drivers/staging/rt2860/config.mk
diff options
context:
space:
mode:
authorMark Einon <mark.einon@gmail.com>2009-03-13 23:28:15 +0000
committerGreg Kroah-Hartman <gregkh@suse.de>2009-04-03 14:53:31 -0700
commitbdc0a1739fee93152bf33ed83b9cc07d328e4013 (patch)
treeaffff969922f65840d7864f1a89da92c5a1466ec /drivers/staging/rt2860/config.mk
parentf72c4bf5e184353bd848b9b6de87fe2b07a3066c (diff)
Staging: rt2860: Remove dependency on CFLAG RT2860
Removed the CFLAG RT2860 from Makefile and dependency on it in the driver code. Signed-off-by: Mark Einon <mark.einon@gmail.com> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
Diffstat (limited to 'drivers/staging/rt2860/config.mk')
-rw-r--r--drivers/staging/rt2860/config.mk4
1 files changed, 0 insertions, 4 deletions
diff --git a/drivers/staging/rt2860/config.mk b/drivers/staging/rt2860/config.mk
index f57d7bbffb2..25bd55a7aab 100644
--- a/drivers/staging/rt2860/config.mk
+++ b/drivers/staging/rt2860/config.mk
@@ -108,10 +108,6 @@ ifeq ($(HAS_EXT_BUILD_CHANNEL_LIST),y)
WFLAGS += -DEXT_BUILD_CHANNEL_LIST
endif
-ifeq ($(CHIPSET),2860)
-WFLAGS +=-DRT2860
-endif
-
ifeq ($(CHIPSET),2870)
WFLAGS +=-DRT2870
endif