aboutsummaryrefslogtreecommitdiff
path: root/sys/conf/kern.pre.mk
diff options
context:
space:
mode:
authorAdrian Chadd <adrian@FreeBSD.org>2013-05-02 07:05:34 +0000
committerAdrian Chadd <adrian@FreeBSD.org>2013-05-02 07:05:34 +0000
commit0e468be195cc5bb4bdb9b0bd6ba60843b044e810 (patch)
tree770a28ae7bf29518361b78061b3ef2b48f2dc62c /sys/conf/kern.pre.mk
parent0efc449468d0d64b14ab0f05446c413a6dd2a96a (diff)
downloadsrc-0e468be195cc5bb4bdb9b0bd6ba60843b044e810.tar.gz
src-0e468be195cc5bb4bdb9b0bd6ba60843b044e810.zip
Add the AR9300 HAL into the kernel and module builds.
Tested: * make universe (honest!)
Notes
Notes: svn path=/head/; revision=250173
Diffstat (limited to 'sys/conf/kern.pre.mk')
-rw-r--r--sys/conf/kern.pre.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/conf/kern.pre.mk b/sys/conf/kern.pre.mk
index e108ad4ec012..516dbc41f496 100644
--- a/sys/conf/kern.pre.mk
+++ b/sys/conf/kern.pre.mk
@@ -65,7 +65,7 @@ INCLUDES+= -I$S/contrib/altq
INCLUDES+= -I$S/contrib/ipfilter
# ... and the same for ath
-INCLUDES+= -I$S/dev/ath -I$S/dev/ath/ath_hal
+INCLUDES+= -I$S/dev/ath -I$S/dev/ath/ath_hal -I$S/contrib/dev/ath/ath_hal
# ... and the same for the NgATM stuff
INCLUDES+= -I$S/contrib/ngatm