summaryrefslogtreecommitdiffstats
path: root/sys/modules
diff options
context:
space:
mode:
authoradrian <adrian@FreeBSD.org>2013-03-12 02:54:49 +0000
committeradrian <adrian@FreeBSD.org>2013-03-12 02:54:49 +0000
commit28932ae0428b14b94a60450109a438be3175f064 (patch)
tree810859984b0b68761b99922f05c3024c3b9e95ca /sys/modules
parent4e920d3af6b2fe322e8df031001fe839b7ab3707 (diff)
downloadFreeBSD-src-28932ae0428b14b94a60450109a438be3175f064.zip
FreeBSD-src-28932ae0428b14b94a60450109a438be3175f064.tar.gz
Shift this over to a new location in contrib/, in preparation to push
this public.
Diffstat (limited to 'sys/modules')
-rw-r--r--sys/modules/ath/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/modules/ath/Makefile b/sys/modules/ath/Makefile
index 4f96c63..56475f5 100644
--- a/sys/modules/ath/Makefile
+++ b/sys/modules/ath/Makefile
@@ -124,7 +124,7 @@ SRCS+= ah_eeprom_9287.c
SRCS+= ar9287.c ar9287_reset.c ar9287_attach.c ar9287_cal.c ar9287_olc.c
# + AR9300 HAL
-# .PATH: ${.CURDIR}/../../dev/ath/ath_hal/ar9003
+# .PATH: ${.CURDIR}/../../contrib/sys/dev/ath/ath_hal/ar9300
#SRCS+= ar9300_interrupts.c ar9300_radar.c ar9300_ani.c ar9300_keycache.c
#SRCS+= ar9300_radio.c ar9300_xmit.c ar9300_attach.c ar9300_mci.c ar9300_stub.c
#SRCS+= ar9300_xmit_ds.c ar9300_beacon.c ar9300_misc.c ar9300_recv.c
@@ -149,6 +149,7 @@ SRCS+= amrr.c
SRCS+= dfs_null.c
CFLAGS+= -I. -I${.CURDIR}/../../dev/ath -I${.CURDIR}/../../dev/ath/ath_hal
+# CFLAGS+= -I. -I${.CURDIR}/../../contrib/sys/dev/ath/ath_hal/
.if !defined(KERNBUILDDIR)
opt_ah.h:
OpenPOWER on IntegriCloud