Use netdev_notifier_info_to_dev(), needed for Linux 3.11+
[madwifi/.git] / net80211 / Makefile.kernel
index b19a158220af12af2e3ab144dae0b1ab21e02767..42446789fca7c816201f51a44790431e63846474 100644 (file)
@@ -8,16 +8,14 @@ srctree ?= .
 TOP = $(srctree)/$(src)/..
 
 include $(TOP)/BuildCaps.inc
-include $(TOP)/ath_hal/ah_target.inc
 
 COMPAT = $(TOP)/include
 
-ATH_HAL = $(TOP)/ath_hal
-HAL = $(TOP)/hal
+HAL = $(TOP)/ath_hal
 
 INCS = -include $(COMPAT)/compat.h -I$(COMPAT)
-INCS += -I$(TOP) -I$(ATH_HAL) -I$(HAL)
-EXTRA_CFLAGS += $(INCS) $(COPTS) -DOPT_AH_H=\"public/$(TARGET).opt_ah.h\"
+INCS += -I$(TOP) -I$(HAL)
+EXTRA_CFLAGS += $(INCS) $(COPTS)
 
 #
 # There is one authenticator mechanism: an in-kernel implementation