summaryrefslogtreecommitdiffstats
path: root/sys/modules/ath_hal
diff options
context:
space:
mode:
authorsam <sam@FreeBSD.org>2003-06-30 05:25:36 +0000
committersam <sam@FreeBSD.org>2003-06-30 05:25:36 +0000
commit148ac90b45755ea63cc17b211ab5f5439a00f071 (patch)
tree6ad3eac714e8a4bba38e9c1bc76bbac0d9410cf6 /sys/modules/ath_hal
parentc4fed4c1eba2e0b17e6141786077a7a742051384 (diff)
downloadFreeBSD-src-148ac90b45755ea63cc17b211ab5f5439a00f071.zip
FreeBSD-src-148ac90b45755ea63cc17b211ab5f5439a00f071.tar.gz
nitpicking
Submitted by: Ruslan Ermilov <ru@FreeBSD.org>
Diffstat (limited to 'sys/modules/ath_hal')
-rw-r--r--sys/modules/ath_hal/Makefile8
1 files changed, 3 insertions, 5 deletions
diff --git a/sys/modules/ath_hal/Makefile b/sys/modules/ath_hal/Makefile
index 87ffebb..a47541d 100644
--- a/sys/modules/ath_hal/Makefile
+++ b/sys/modules/ath_hal/Makefile
@@ -47,7 +47,6 @@
HAL= ${.CURDIR}/../../contrib/dev/ath
.PATH: ${HAL}/freebsd
-.PATH: ${HAL}
KMOD= ath_hal
SRCS= ah_osdep.c
@@ -56,15 +55,14 @@ OBJS= hal.o
MFILES= kern/bus_if.m kern/device_if.m dev/pci/pci_if.m \
contrib/dev/ath/freebsd/ah_if.m
-CFLAGS+= -I. -I${HAL}/freebsd -I${HAL}
+CFLAGS+= -I. -I${HAL}/freebsd -I${HAL}
.if defined(HAL_SRC)
-.include <freebsd/Makefile.inc>
+.include "${HAL}/freebsd/Makefile.inc"
.else
-UUDECODE?=uudecode
hal.o: ${HAL}/freebsd/i386-elf.hal.o.uu
- ${UUDECODE} < ${HAL}/freebsd/i386-elf.hal.o.uu
+ uudecode -p < ${HAL}/freebsd/i386-elf.hal.o.uu > ${.TARGET}
.endif
.include <bsd.kmod.mk>
OpenPOWER on IntegriCloud