1
0
mirror of git://projects.qi-hardware.com/openwrt-xburst.git synced 2024-10-04 04:57:38 +03:00

oops, include missing change from [8560]

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@8562 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
nico 2007-08-31 10:09:46 +00:00
parent 5b1e271684
commit 437677dfb4

View 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