Deleted Added
full compact
Makefile (243837) Makefile (243838)
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 243837 2012-12-03 23:36:03Z adrian $
29# $FreeBSD: head/sys/modules/ath/Makefile 243838 2012-12-03 23:38:08Z adrian $
30#
31
32ATH_RATE?= sample # tx rate control algorithm
33
34.PATH: ${.CURDIR}/../../dev/ath
35.PATH: ${.CURDIR}/../../dev/ath/ath_hal
36
37KMOD= if_ath

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

81# Note enabling this support requires defining AH_SUPPORT_AR5416
82# in opt_ah.h so the 11n tx/rx descriptor format is handled.
83#
84# NB: 9160 depends on 5416 but 5416 does not require 9160
85#
86# + 5416 (Owl)
87.PATH: ${.CURDIR}/../../dev/ath/ath_hal/ar5416
88SRCS+= ah_eeprom_v14.c ah_eeprom_v4k.c \
30#
31
32ATH_RATE?= sample # tx rate control algorithm
33
34.PATH: ${.CURDIR}/../../dev/ath
35.PATH: ${.CURDIR}/../../dev/ath/ath_hal
36
37KMOD= if_ath

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

81# Note enabling this support requires defining AH_SUPPORT_AR5416
82# in opt_ah.h so the 11n tx/rx descriptor format is handled.
83#
84# NB: 9160 depends on 5416 but 5416 does not require 9160
85#
86# + 5416 (Owl)
87.PATH: ${.CURDIR}/../../dev/ath/ath_hal/ar5416
88SRCS+= ah_eeprom_v14.c ah_eeprom_v4k.c \
89 ar5416_ani.c ar5416_attach.c ar5416_beacon.c ar5416_cal.c \
90 ar5416_cal_iq.c ar5416_cal_adcgain.c ar5416_cal_adcdc.c \
89 ar5416_ani.c ar5416_attach.c ar5416_beacon.c ar5416_btcoex.c \
90 ar5416_cal.c ar5416_cal_iq.c ar5416_cal_adcgain.c ar5416_cal_adcdc.c \
91 ar5416_eeprom.c ar5416_gpio.c ar5416_interrupts.c ar5416_keycache.c \
92 ar5416_misc.c ar5416_phy.c ar5416_power.c ar5416_radar.c \
93 ar5416_recv.c ar5416_reset.c ar5416_xmit.c
94
95# RF backend for 5416, 9130 and 9160
96SRCS+= ar2133.c
97
98# + AR9160 (Sowl)

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

110
111# AR9002 series chips
112# + AR9220/AR9280 - Merlin
113.PATH: ${.CURDIR}/../../dev/ath/ath_hal/ar9002
114SRCS+= ar9280.c ar9280_attach.c ar9280_olc.c
115
116# + AR9285 - Kite
117SRCS+= ar9285.c ar9285_reset.c ar9285_attach.c ar9285_cal.c ar9285_phy.c
91 ar5416_eeprom.c ar5416_gpio.c ar5416_interrupts.c ar5416_keycache.c \
92 ar5416_misc.c ar5416_phy.c ar5416_power.c ar5416_radar.c \
93 ar5416_recv.c ar5416_reset.c ar5416_xmit.c
94
95# RF backend for 5416, 9130 and 9160
96SRCS+= ar2133.c
97
98# + AR9160 (Sowl)

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

110
111# AR9002 series chips
112# + AR9220/AR9280 - Merlin
113.PATH: ${.CURDIR}/../../dev/ath/ath_hal/ar9002
114SRCS+= ar9280.c ar9280_attach.c ar9280_olc.c
115
116# + AR9285 - Kite
117SRCS+= ar9285.c ar9285_reset.c ar9285_attach.c ar9285_cal.c ar9285_phy.c
118SRCS+= ar9285_diversity.c
118SRCS+= ar9285_diversity.c ar9285_btcoex.c
119
120# + AR9287 - Kiwi
121.PATH: ${.CURDIR}/../../dev/ath/ath_hal
122SRCS+= ah_eeprom_9287.c
123.PATH: ${.CURDIR}/../../dev/ath/ath_hal/ar9002
124SRCS+= ar9287.c ar9287_reset.c ar9287_attach.c ar9287_cal.c ar9287_olc.c
125
126# NB: rate control is bound to the driver by symbol names so only pick one

--- 28 unchanged lines hidden ---
119
120# + AR9287 - Kiwi
121.PATH: ${.CURDIR}/../../dev/ath/ath_hal
122SRCS+= ah_eeprom_9287.c
123.PATH: ${.CURDIR}/../../dev/ath/ath_hal/ar9002
124SRCS+= ar9287.c ar9287_reset.c ar9287_attach.c ar9287_cal.c ar9287_olc.c
125
126# NB: rate control is bound to the driver by symbol names so only pick one

--- 28 unchanged lines hidden ---