Deleted Added
full compact
Makefile (229560) Makefile (231927)
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 229560 2012-01-05 06:22:09Z adrian $
29# $FreeBSD: head/sys/modules/ath/Makefile 231927 2012-02-20 03:07:07Z 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

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

83# NB: 9160 depends on 5416 but 5416 does not require 9160
84#
85# + 5416 (Owl)
86.PATH: ${.CURDIR}/../../dev/ath/ath_hal/ar5416
87SRCS+= ah_eeprom_v14.c ah_eeprom_v4k.c \
88 ar5416_ani.c ar5416_attach.c ar5416_beacon.c ar5416_cal.c \
89 ar5416_cal_iq.c ar5416_cal_adcgain.c ar5416_cal_adcdc.c \
90 ar5416_eeprom.c ar5416_gpio.c ar5416_interrupts.c ar5416_keycache.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

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

83# NB: 9160 depends on 5416 but 5416 does not require 9160
84#
85# + 5416 (Owl)
86.PATH: ${.CURDIR}/../../dev/ath/ath_hal/ar5416
87SRCS+= ah_eeprom_v14.c ah_eeprom_v4k.c \
88 ar5416_ani.c ar5416_attach.c ar5416_beacon.c ar5416_cal.c \
89 ar5416_cal_iq.c ar5416_cal_adcgain.c ar5416_cal_adcdc.c \
90 ar5416_eeprom.c ar5416_gpio.c ar5416_interrupts.c ar5416_keycache.c \
91 ar5416_misc.c ar5416_phy.c ar5416_power.c ar5416_recv.c \
92 ar5416_reset.c ar5416_xmit.c
91 ar5416_misc.c ar5416_phy.c ar5416_power.c ar5416_radar.c \
92 ar5416_recv.c ar5416_reset.c ar5416_xmit.c
93
94# RF backend for 5416, 9130 and 9160
95SRCS+= ar2133.c
96
97# + AR9160 (Sowl)
98.PATH: ${.CURDIR}/../../dev/ath/ath_hal/ar9001
99SRCS+= ar9160_attach.c
100

--- 51 unchanged lines hidden ---
93
94# RF backend for 5416, 9130 and 9160
95SRCS+= ar2133.c
96
97# + AR9160 (Sowl)
98.PATH: ${.CURDIR}/../../dev/ath/ath_hal/ar9001
99SRCS+= ar9160_attach.c
100

--- 51 unchanged lines hidden ---