mirror of https://github.com/hak5/openwrt.git
12 lines
243 B
Diff
12 lines
243 B
Diff
|
--- a/drivers/net/wireless/ath/Makefile
|
||
|
+++ b/drivers/net/wireless/ath/Makefile
|
||
|
@@ -8,6 +8,5 @@ obj-$(CONFIG_ATH_COMMON) += ath.o
|
||
|
ath-objs := main.o \
|
||
|
regd.o \
|
||
|
hw.o \
|
||
|
- key.o
|
||
|
-
|
||
|
-ath-$(CONFIG_ATH_DEBUG) += debug.o
|
||
|
+ key.o \
|
||
|
+ debug.o
|