blob: 686958cc139921a0281bd8d64ce9423b1ec0567c (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
Index: ath_hal/Makefile
===================================================================
--- ath_hal/Makefile (revision 1648)
+++ ath_hal/Makefile (working copy)
@@ -61,6 +61,7 @@
ath_hal-objs := ah_osdep.o ${TARGET}.hal.o
hostprogs-y := uudecode
+uudecode-objs := uudecode.o
# For older 2.6 kernels
host-progs := $(hostprogs-y)
|