summaryrefslogtreecommitdiffstats
path: root/sys/modules/bios/vpd/Makefile
diff options
context:
space:
mode:
authormdodd <mdodd@FreeBSD.org>2003-03-29 15:20:45 +0000
committermdodd <mdodd@FreeBSD.org>2003-03-29 15:20:45 +0000
commit6e4ae437d30dbbdb7422f941075751b1883598f8 (patch)
tree4e02a01590004714d34667d1f3ea84e14fb481cf /sys/modules/bios/vpd/Makefile
parent32c9a8b0bdd8b9e940a8a785201551710c4524bc (diff)
downloadFreeBSD-src-6e4ae437d30dbbdb7422f941075751b1883598f8.zip
FreeBSD-src-6e4ae437d30dbbdb7422f941075751b1883598f8.tar.gz
Add module infrastructure for 'vpd' and 'smbios' and move 'smbios'
to new home.
Diffstat (limited to 'sys/modules/bios/vpd/Makefile')
-rw-r--r--sys/modules/bios/vpd/Makefile10
1 files changed, 10 insertions, 0 deletions
diff --git a/sys/modules/bios/vpd/Makefile b/sys/modules/bios/vpd/Makefile
new file mode 100644
index 0000000..d1dd8f1
--- /dev/null
+++ b/sys/modules/bios/vpd/Makefile
@@ -0,0 +1,10 @@
+# $FreeBSD$
+#
+
+.PATH: ${.CURDIR}/../../../i386/bios
+
+KMOD= vpd
+SRCS= vpd.c \
+ bus_if.h device_if.h
+
+.include <bsd.kmod.mk>
OpenPOWER on IntegriCloud