summaryrefslogtreecommitdiffstats
path: root/sys/modules/ti
diff options
context:
space:
mode:
authorbde <bde@FreeBSD.org>1999-11-28 18:53:47 +0000
committerbde <bde@FreeBSD.org>1999-11-28 18:53:47 +0000
commitd7156780d39bcfe9261d9a092c4b4fcbf122a73e (patch)
tree18228d1b21d9e19229ad8461e2b326297d531fef /sys/modules/ti
parent927cbd2a6cdb5a394f334292d5ba382cf783967f (diff)
downloadFreeBSD-src-d7156780d39bcfe9261d9a092c4b4fcbf122a73e.zip
FreeBSD-src-d7156780d39bcfe9261d9a092c4b4fcbf122a73e.tar.gz
Removed special rules for building and cleaning device interface files
and empty options files. The rules are now generated automatically in bsd.kmod.mk. Cleaned up related things ($S and ${CLEANFILES}).
Diffstat (limited to 'sys/modules/ti')
-rw-r--r--sys/modules/ti/Makefile17
1 files changed, 2 insertions, 15 deletions
diff --git a/sys/modules/ti/Makefile b/sys/modules/ti/Makefile
index 945bf40..b91ae2a 100644
--- a/sys/modules/ti/Makefile
+++ b/sys/modules/ti/Makefile
@@ -1,25 +1,12 @@
# $FreeBSD$
-S = ${.CURDIR}/../..
-.PATH: $S/pci
+.PATH: ${.CURDIR}/../../pci
KMOD = if_ti
SRCS = if_ti.c opt_bdg.h vlan.h device_if.h bus_if.h pci_if.h
-CLEANFILES += opt_bdg.h vlan.h device_if.h bus_if.h pci_if.h
+CLEANFILES = vlan.h
CFLAGS += ${DEBUG_FLAGS}
-opt_bdg.h:
- touch opt_bdg.h
-
vlan.h:
touch vlan.h
-device_if.h: $S/kern/makedevops.pl $S/kern/device_if.m
- perl $S/kern/makedevops.pl -h $S/kern/device_if.m
-
-bus_if.h: $S/kern/makedevops.pl $S/kern/bus_if.m
- perl $S/kern/makedevops.pl -h $S/kern/bus_if.m
-
-pci_if.h: $S/kern/makedevops.pl $S/pci/pci_if.m
- perl $S/kern/makedevops.pl -h $S/pci/pci_if.m
-
.include <bsd.kmod.mk>
OpenPOWER on IntegriCloud