diff options
author | sam <sam@FreeBSD.org> | 2004-12-08 17:38:38 +0000 |
---|---|---|
committer | sam <sam@FreeBSD.org> | 2004-12-08 17:38:38 +0000 |
commit | 1a32aab0d4ce4cb9b0bc8f66ff21987bf9435592 (patch) | |
tree | b815c18b78b6096ea175ff4dea24064b2af1e6bd /sys/modules/ath_hal | |
parent | db6535c8766930b500333ae4fc743c5da7814928 (diff) | |
download | FreeBSD-src-1a32aab0d4ce4cb9b0bc8f66ff21987bf9435592.zip FreeBSD-src-1a32aab0d4ce4cb9b0bc8f66ff21987bf9435592.tar.gz |
Update/new modules for net80211 and ath changes.
Diffstat (limited to 'sys/modules/ath_hal')
-rw-r--r-- | sys/modules/ath_hal/Makefile | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/sys/modules/ath_hal/Makefile b/sys/modules/ath_hal/Makefile index a47541d..ac45d35 100644 --- a/sys/modules/ath_hal/Makefile +++ b/sys/modules/ath_hal/Makefile @@ -61,8 +61,10 @@ CFLAGS+= -I. -I${HAL}/freebsd -I${HAL} .include "${HAL}/freebsd/Makefile.inc" .else -hal.o: ${HAL}/freebsd/i386-elf.hal.o.uu - uudecode -p < ${HAL}/freebsd/i386-elf.hal.o.uu > ${.TARGET} +hal.o: ${HAL}/public/i386-elf.hal.o.uu + uudecode -p < ${HAL}/public/i386-elf.hal.o.uu > ${.TARGET} +opt_ah.h: ${HAL}/public/i386-elf.opt_ah.h + cp ${HAL}/public/i386-elf.opt_ah.h ${.TARGET} .endif .include <bsd.kmod.mk> |