Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 12 Mar 2013 02:54:49 +0000 (UTC)
From:      Adrian Chadd <adrian@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r248181 - head/sys/modules/ath
Message-ID:  <201303120254.r2C2sn6E097770@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201303120254.r2C2sn6E097770>