diff options
author | adrian <adrian@FreeBSD.org> | 2013-05-02 07:05:34 +0000 |
---|---|---|
committer | adrian <adrian@FreeBSD.org> | 2013-05-02 07:05:34 +0000 |
commit | 7c011956d190702f752d0ade62bc2850edbf38e8 (patch) | |
tree | 770a28ae7bf29518361b78061b3ef2b48f2dc62c /sys/conf/kern.pre.mk | |
parent | 87b76d8700ad460a083c9dfcfe7b6939bd32ac7b (diff) | |
download | FreeBSD-src-7c011956d190702f752d0ade62bc2850edbf38e8.zip FreeBSD-src-7c011956d190702f752d0ade62bc2850edbf38e8.tar.gz |
Add the AR9300 HAL into the kernel and module builds.
Tested:
* make universe (honest!)
Diffstat (limited to 'sys/conf/kern.pre.mk')
-rw-r--r-- | sys/conf/kern.pre.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/conf/kern.pre.mk b/sys/conf/kern.pre.mk index e108ad4..516dbc4 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 |