summaryrefslogtreecommitdiffstats
path: root/package/mac80211/patches/050-compat_firmware.patch
blob: 4d96ca9f83b29ebe9043c6868461dc4c08c5aba7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
--- a/compat/Makefile
+++ b/compat/Makefile
@@ -1,10 +1,13 @@
 obj-m += compat.o
 #compat-objs :=
 
-obj-$(CONFIG_COMPAT_FIRMWARE_CLASS) += compat_firmware_class.o
 
 compat-y += main.o
 
+ifdef CONFIG_COMPAT_FIRMWARE_CLASS
+  compat-y += compat_firmware_class.o
+endif
+
 # Compat kernel compatibility code
 compat-$(CONFIG_COMPAT_KERNEL_2_6_14) += compat-2.6.14.o
 compat-$(CONFIG_COMPAT_KERNEL_2_6_18) += compat-2.6.18.o