Remove all references to ALQ from makefiles
authorproski <proski@0192ed92-7a03-0410-a25b-9323aeb14dbd>
Wed, 1 Apr 2009 21:30:10 +0000 (21:30 +0000)
committerproski <proski@0192ed92-7a03-0410-a25b-9323aeb14dbd>
Wed, 1 Apr 2009 21:30:10 +0000 (21:30 +0000)
ALQ has never been functional in MadWifi, and now it's pointless.

git-svn-id: http://madwifi-project.org/svn/madwifi/trunk@3967 0192ed92-7a03-0410-a25b-9323aeb14dbd

Makefile.inc
ath_hal/Makefile

index 38c4e0303fd787c9641b1c15a5ac199b2cf4f58a..d032d0527a5304758ad216b2a5aeb004d0b09a8d 100644 (file)
@@ -173,10 +173,6 @@ ifndef HAL_DEBUG
 export HAL_DEBUG=0
 endif
 
-ifndef ALQ
-export ALQ=0
-endif
-
 ifndef ATH_DEBUG
 export ATH_DEBUG=1
 endif
@@ -204,12 +200,6 @@ ifeq ($(strip $(HAL_DEBUG)),1)
 COPTS+= -fno-inline -DAH_DEBUG=1
 endif
 
-ifeq ($(strip $(ALQ)),1)
-obj-m += alq.o
-alq-objs := kern_alq.o
-EXTRA_CFLAGS += -DAH_DEBUG_ALQ -DAH_DEBUG
-endif
-
 # Don't let HAL mess with the toolchain - save toolchain variables
 save_CC := $(CC)
 save_LD := $(LD)
index f7c8f0866c8e472bd902ed3d7372f59bff15a787..ab83f815a9702c4dabdd0a3e33f5928a147135f0 100644 (file)
@@ -106,9 +106,6 @@ endif
 install:
        test -d $(DESTDIR)/$(KMODPATH) || mkdir -p $(DESTDIR)/$(KMODPATH)
        install -m 0644 ath_hal.$(KMODSUF) $(DESTDIR)/$(KMODPATH)
-ifneq ($(strip $(ALQ)),0)
-       install -m 0644 alq.$(KMODSUF) $(DESTDIR)/$(KMODPATH)
-endif
 
 .PHONY: clean
 clean: