# # Copyright (c) 2007 Jiri Slaby # All rights reserved. # # This software may be distributed under the terms of the # GNU General Public License ("GPL") version 2 as published by the Free # Software Foundation. ifeq ($(strip $(BUS)),AHB) EXTRA_CFLAGS += -DATH_AHB bus=ath else EXTRA_CFLAGS += -DATH_PCI bus=pci endif obj-m += ath_$(bus).o ath_ahb-objs := if_ath.o if_ath_ahb.o radar.o ath_pci-objs := if_ath.o if_ath_pci.o radar.o EXTRA_CFLAGS += -I../openhal/