summaryrefslogtreecommitdiffstats
path: root/sys/modules/asmc
diff options
context:
space:
mode:
authorrpaulo <rpaulo@FreeBSD.org>2007-11-07 20:12:21 +0000
committerrpaulo <rpaulo@FreeBSD.org>2007-11-07 20:12:21 +0000
commitfd12f0aa28a70d79f5007df9cff5f54701bed894 (patch)
tree70e98f67f8a694d264eb62fd61412336e6d91d94 /sys/modules/asmc
parentd06cd70f38837ce0dc401c6ee4de1319e8ec31b0 (diff)
downloadFreeBSD-src-fd12f0aa28a70d79f5007df9cff5f54701bed894.zip
FreeBSD-src-fd12f0aa28a70d79f5007df9cff5f54701bed894.tar.gz
asmc build infrastructure.
Approved by: njl (mentor) Reviewed by: njl (mentor)
Diffstat (limited to 'sys/modules/asmc')
-rw-r--r--sys/modules/asmc/Makefile8
1 files changed, 8 insertions, 0 deletions
diff --git a/sys/modules/asmc/Makefile b/sys/modules/asmc/Makefile
new file mode 100644
index 0000000..4d5b5fb
--- /dev/null
+++ b/sys/modules/asmc/Makefile
@@ -0,0 +1,8 @@
+# $FreeBSD$
+
+.PATH: ${.CURDIR}/../../dev/asmc
+
+KMOD= asmc
+SRCS= asmc.c bus_if.h device_if.h isa_if.h
+
+.include <bsd.kmod.mk>
OpenPOWER on IntegriCloud