diff options
| author | Sam Leffler <sam@FreeBSD.org> | 2004-12-08 17:38:38 +0000 |
|---|---|---|
| committer | Sam Leffler <sam@FreeBSD.org> | 2004-12-08 17:38:38 +0000 |
| commit | 63f9a4cb2684a303e3eb2ffed39c03a2e2b28ae0 (patch) | |
| tree | b815c18b78b6096ea175ff4dea24064b2af1e6bd /sys/modules/ath_hal | |
| parent | db1d51f3c7b81921d3b1ec2c31fd970c69b27f06 (diff) | |
Notes
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 a47541d75693..ac45d354dce3 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> |
