oops, include missing change from [8560]
authorNicolas Thill <nico@openwrt.org>
Fri, 31 Aug 2007 10:09:46 +0000 (10:09 +0000)
committerNicolas Thill <nico@openwrt.org>
Fri, 31 Aug 2007 10:09:46 +0000 (10:09 +0000)
SVN-Revision: 8562

package/rt2x00/src/Makefile

index 842afbac207baac0b7c02cf336a0d79e14f03865..7ba0a81e730f4e19926cd25f083ffef3ea4c696c 100644 (file)
@@ -46,11 +46,11 @@ rt2x00lib-objs := rt2x00dev.o rt2x00mac.o
 ifeq ($(CONFIG_RT2X00),y)
        obj-m += rt2x00lib.o
 
-ifneq ($(CONFIG_PCI),)
+ifeq ($(CONFIG_RT2x00PCI),y)
        obj-m += rt2x00pci.o
 endif
 
-ifneq ($(CONFIG_USB),)
+ifeq ($(CONFIG_RT2x00USB),y)
        obj-m += rt2x00usb.o
 endif