Deleted Added
full compact
Makefile (185571) Makefile (186094)
1#
2# Copyright (c) 2002-2008 Sam Leffler, Errno Consulting
3# All rights reserved.
4#
5# Redistribution and use in source and binary forms, with or without
6# modification, are permitted provided that the following conditions
7# are met:
8# 1. Redistributions of source code must retain the above copyright

--- 12 unchanged lines hidden (view full) ---

21# THE COPYRIGHT HOLDERS OR CONTRIBUTORS BE LIABLE FOR SPECIAL, EXEMPLARY,
22# OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
23# SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
24# INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER
25# IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
26# ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF
27# THE POSSIBILITY OF SUCH DAMAGES.
28#
1#
2# Copyright (c) 2002-2008 Sam Leffler, Errno Consulting
3# All rights reserved.
4#
5# Redistribution and use in source and binary forms, with or without
6# modification, are permitted provided that the following conditions
7# are met:
8# 1. Redistributions of source code must retain the above copyright

--- 12 unchanged lines hidden (view full) ---

21# THE COPYRIGHT HOLDERS OR CONTRIBUTORS BE LIABLE FOR SPECIAL, EXEMPLARY,
22# OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
23# SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
24# INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER
25# IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
26# ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF
27# THE POSSIBILITY OF SUCH DAMAGES.
28#
29# $FreeBSD: head/sys/modules/ath/Makefile 185571 2008-12-02 21:37:28Z bz $
29# $FreeBSD: head/sys/modules/ath/Makefile 186094 2008-12-14 22:26:57Z sam $
30#
31
30#
31
32.PATH: ${.CURDIR}/../../dev/ath \
33 ${.CURDIR}/../../dev/ath/ath_hal \
34 ${.CURDIR}/../../dev/ath/ath_hal/ar5210 \
35 ${.CURDIR}/../../dev/ath/ath_hal/ar5211 \
36 ${.CURDIR}/../../dev/ath/ath_hal/ar5212 \
37 ${.CURDIR}/../../dev/ath/ath_hal/ar5416
32ATH_RATE?= sample # tx rate control algorithm
38
33
39AR5210_SRCS=ah_eeprom_v1.c \
34.PATH: ${.CURDIR}/../../dev/ath
35.PATH: ${.CURDIR}/../../dev/ath/ath_hal
36
37KMOD= if_ath
38SRCS= if_ath.c if_ath_pci.c
39# NB: v3 eeprom support used by both AR5211 and AR5212; just include it
40SRCS+= ah_osdep.c ah.c ah_regdomain.c ah_eeprom_v3.c
41SRCS+= device_if.h bus_if.h pci_if.h opt_inet.h opt_ath.h opt_ah.h
42
43#
44# AR5210 support; these are first generation 11a-only devices.
45#
46.PATH: ${.CURDIR}/../../dev/ath/ath_hal/ar5210
47SRCS+= ah_eeprom_v1.c \
40 ar5210_attach.c ar5210_beacon.c ar5210_interrupts.c \
41 ar5210_keycache.c ar5210_misc.c ar5210_phy.c ar5210_power.c \
42 ar5210_recv.c ar5210_reset.c ar5210_xmit.c
48 ar5210_attach.c ar5210_beacon.c ar5210_interrupts.c \
49 ar5210_keycache.c ar5210_misc.c ar5210_phy.c ar5210_power.c \
50 ar5210_recv.c ar5210_reset.c ar5210_xmit.c
43AR5211_SRCS=ar5211_attach.c ar5211_beacon.c ar5211_interrupts.c \
51
52#
53# AR5211 support; these are second generation 11b/g/a devices
54# (but 11g was OFDM only and is not supported).
55#
56.PATH: ${.CURDIR}/../../dev/ath/ath_hal/ar5211
57SRCS+= ar5211_attach.c ar5211_beacon.c ar5211_interrupts.c \
44 ar5211_keycache.c ar5211_misc.c ar5211_phy.c ar5211_power.c \
45 ar5211_recv.c ar5211_reset.c ar5211_xmit.c
58 ar5211_keycache.c ar5211_misc.c ar5211_phy.c ar5211_power.c \
59 ar5211_recv.c ar5211_reset.c ar5211_xmit.c
46AR5212_SRCS=ar5212_ani.c ar5212_attach.c ar5212_beacon.c ar5212_eeprom.c \
60
61#
62# AR5212 support; this covers all other pci/cardbus legacy parts.
63#
64.PATH: ${.CURDIR}/../../dev/ath/ath_hal/ar5212
65SRCS+= ar5212_ani.c ar5212_attach.c ar5212_beacon.c ar5212_eeprom.c \
47 ar5212_gpio.c ar5212_interrupts.c ar5212_keycache.c ar5212_misc.c \
48 ar5212_phy.c ar5212_power.c ar5212_recv.c ar5212_reset.c \
66 ar5212_gpio.c ar5212_interrupts.c ar5212_keycache.c ar5212_misc.c \
67 ar5212_phy.c ar5212_power.c ar5212_recv.c ar5212_reset.c \
49 ar5212_rfgain.c ar5212_xmit.c \
50 ar2413.c ar2425.c ar5111.c ar5112.c ar5413.c
51AR5416_SRCS=ah_eeprom_v14.c \
68 ar5212_rfgain.c ar5212_xmit.c
69# RF backends
70SRCS+= ar5111.c
71SRCS+= ar5112.c
72SRCS+= ar2413.c
73SRCS+= ar2425.c
74SRCS+= ar5413.c
75
76#
77# AR5416, AR9160 support; these are 11n parts but only really
78# supported (right now) operating in legacy mode. Note enabling
79# this support requires defining AH_SUPPORT_AR5416 in opt_ah.h
80# so the 11n tx/rx descriptor format is handled.
81#
82# NB: 9160 depends on 5416 but 5416 does not require 9160
83#
84.PATH: ${.CURDIR}/../../dev/ath/ath_hal/ar5416
85SRCS+= ah_eeprom_v14.c \
52 ar5416_ani.c ar5416_attach.c ar5416_beacon.c ar5416_cal.c \
53 ar5416_cal_iq.c ar5416_cal_adcgain.c ar5416_cal_adcdc.c \
54 ar5416_eeprom.c ar5416_gpio.c ar5416_interrupts.c ar5416_keycache.c \
55 ar5416_misc.c ar5416_phy.c ar5416_power.c ar5416_recv.c \
86 ar5416_ani.c ar5416_attach.c ar5416_beacon.c ar5416_cal.c \
87 ar5416_cal_iq.c ar5416_cal_adcgain.c ar5416_cal_adcdc.c \
88 ar5416_eeprom.c ar5416_gpio.c ar5416_interrupts.c ar5416_keycache.c \
89 ar5416_misc.c ar5416_phy.c ar5416_power.c ar5416_recv.c \
56 ar5416_reset.c ar5416_xmit.c \
57 ar2133.c
58AR9160_SRCS=ar9160_attach.c
90 ar5416_reset.c ar5416_xmit.c
91SRCS+= ar9160_attach.c
92# RF backend for 5416 and 9160
93SRCS+= ar2133.c
59
94
60KMOD= if_ath
61SRCS= if_ath.c if_ath_pci.c
62# NB: v3 eeprom support used by both AR5211 and AR5212; just include it
63SRCS+= ah_osdep.c ah.c ah_regdomain.c ah_eeprom_v3.c
64SRCS+= ${AR5210_SRCS}
65SRCS+= ${AR5211_SRCS}
66SRCS+= ${AR5212_SRCS}
67SRCS+= ${AR5416_SRCS}
68SRCS+= ${AR9160_SRCS}
69SRCS+= device_if.h bus_if.h pci_if.h opt_inet.h opt_ath.h opt_ah.h
95# NB: rate control is bound to the driver by symbol names so only pick one
96.if ${ATH_RATE} == "sample"
97.PATH: ${.CURDIR}/../../dev/ath/ath_rate/sample
98SRCS+= sample.c opt_wlan.h
99.elif ${ATH_RATE} == "onoe"
100.PATH: ${.CURDIR}/../../dev/ath/ath_rate/onoe
101SRCS+= onoe.c
102.elif ${ATH_RATE} == "amrr"
103.PATH: ${.CURDIR}/../../dev/ath/ath_rate/amrr
104SRCS+= amrr.c
105.endif
70
71CFLAGS+= -I. -I${.CURDIR}/../../dev/ath -I${.CURDIR}/../../dev/ath/ath_hal
72
73opt_ah.h:
74 echo '#define AH_SUPPORT_AR5416 1' > $@
75
76.include <bsd.kmod.mk>
106
107CFLAGS+= -I. -I${.CURDIR}/../../dev/ath -I${.CURDIR}/../../dev/ath/ath_hal
108
109opt_ah.h:
110 echo '#define AH_SUPPORT_AR5416 1' > $@
111
112.include <bsd.kmod.mk>