Deleted Added
full compact
Makefile (227412) Makefile (227421)
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 227412 2011-11-09 23:37:13Z adrian $
29# $FreeBSD: head/sys/modules/ath/Makefile 227421 2011-11-10 17:01:34Z 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

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

70# RF backends
71SRCS+= ar5111.c
72SRCS+= ar5112.c
73SRCS+= ar2413.c
74SRCS+= ar2425.c
75SRCS+= ar5413.c
76
77#
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

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

70# RF backends
71SRCS+= ar5111.c
72SRCS+= ar5112.c
73SRCS+= ar2413.c
74SRCS+= ar2425.c
75SRCS+= ar5413.c
76
77#
78# AR5416, AR9130, AR9160, AR9220, AR9280, AR9285 support.
78# AR5416, AR9130, AR9160, AR9220, AR9280, AR9285, AR9287 support.
79
80# Note enabling this support requires defining AH_SUPPORT_AR5416
81# in opt_ah.h so the 11n tx/rx descriptor format is handled.
82#
83# NB: 9160 depends on 5416 but 5416 does not require 9160
84#
85# + 5416 (Owl)
86.PATH: ${.CURDIR}/../../dev/ath/ath_hal/ar5416

--- 62 unchanged lines hidden ---
79
80# Note enabling this support requires defining AH_SUPPORT_AR5416
81# in opt_ah.h so the 11n tx/rx descriptor format is handled.
82#
83# NB: 9160 depends on 5416 but 5416 does not require 9160
84#
85# + 5416 (Owl)
86.PATH: ${.CURDIR}/../../dev/ath/ath_hal/ar5416

--- 62 unchanged lines hidden ---