svn commit: r248181 - head/sys/modules/ath
Adrian Chadd
adrian at FreeBSD.org
Tue Mar 12 02:54:49 UTC 2013
Author: adrian
Date: Tue Mar 12 02:54:49 2013
New Revision: 248181
URL: http://svnweb.freebsd.org/changeset/base/248181
Log:
Shift this over to a new location in contrib/, in preparation to push
this public.
Modified:
head/sys/modules/ath/Makefile
Modified: head/sys/modules/ath/Makefile
==============================================================================
--- head/sys/modules/ath/Makefile Tue Mar 12 02:20:20 2013 (r248180)
+++ head/sys/modules/ath/Makefile Tue Mar 12 02:54:49 2013 (r248181)
@@ -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:
More information about the svn-src-head
mailing list