Skip to content

Commit

Permalink
ath6kl-huawei: underp the rules
Browse files Browse the repository at this point in the history
  • Loading branch information
Daz Jones committed Oct 10, 2013
1 parent 90eef41 commit f680b51
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 7 deletions.
5 changes: 0 additions & 5 deletions ar6000/Makefile
Expand Up @@ -26,13 +26,8 @@ ldflags-y += --strip-debug

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

all:
$(MAKE) modules
$(MAKE) clean

modules:
$(MAKE) -C $(KERNEL_OUT) M=`pwd` ARCH=$(ARCH) CROSS_COMPILE=$(CROSS_COMPILE) modules
mv ar6000.ko $(OUTPUT_FILE)

clean:
$(MAKE) -C $(KERNEL_OUT) M=`pwd` ARCH=$(ARCH) CROSS_COMPILE=$(CROSS_COMPILE) clean
2 changes: 0 additions & 2 deletions cfg80211/Makefile
Expand Up @@ -27,8 +27,6 @@ ldflags-y += --strip-debug

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

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

0 comments on commit f680b51

Please sign in to comment.