Skip to content

Commit f680b51

Browse files
author
Daz Jones
committedOct 10, 2013
ath6kl-huawei: underp the rules
1 parent 90eef41 commit f680b51

File tree

2 files changed

+0
-7
lines changed

2 files changed

+0
-7
lines changed
 

‎ar6000/Makefile

-5
Original file line numberDiff line numberDiff line change
@@ -26,13 +26,8 @@ ldflags-y += --strip-debug
2626

2727
KBUILD_EXTRA_SYMBOLS = $(ATH_ROOT)/cfg80211/Module.symvers
2828

29-
all:
30-
$(MAKE) modules
31-
$(MAKE) clean
32-
3329
modules:
3430
$(MAKE) -C $(KERNEL_OUT) M=`pwd` ARCH=$(ARCH) CROSS_COMPILE=$(CROSS_COMPILE) modules
35-
mv ar6000.ko $(OUTPUT_FILE)
3631

3732
clean:
3833
$(MAKE) -C $(KERNEL_OUT) M=`pwd` ARCH=$(ARCH) CROSS_COMPILE=$(CROSS_COMPILE) clean

‎cfg80211/Makefile

-2
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,6 @@ ldflags-y += --strip-debug
2727

2828
modules:
2929
$(MAKE) -C $(KERNEL_OUT) M=`pwd` ARCH=$(ARCH) CROSS_COMPILE=$(CROSS_COMPILE) modules
30-
mv cfg80211.ko $(OUTPUT_FILE)
3130

3231
clean:
3332
$(MAKE) -C $(KERNEL_OUT) M=`pwd` ARCH=$(ARCH) CROSS_COMPILE=$(CROSS_COMPILE) clean
34-

0 commit comments

Comments
 (0)
Please sign in to comment.