summaryrefslogtreecommitdiff
path: root/lib/libarch/alpha
diff options
context:
space:
mode:
authorthorpej <thorpej@NetBSD.org>2000-02-26 19:00:08 +0000
committerthorpej <thorpej@NetBSD.org>2000-02-26 19:00:08 +0000
commit933205b47913aa00aab7f48b491e5fa620ea332d (patch)
treeb12979547395be6c74487097816995a05ed4bca0 /lib/libarch/alpha
parentcd8a1657b46a55aae50dc03bd5314a2f81364b6f (diff)
Oops, forgot this file.
Diffstat (limited to 'lib/libarch/alpha')
-rw-r--r--lib/libarch/alpha/Makefile.inc5
1 files changed, 5 insertions, 0 deletions
diff --git a/lib/libarch/alpha/Makefile.inc b/lib/libarch/alpha/Makefile.inc
new file mode 100644
index 00000000000..ae754510881
--- /dev/null
+++ b/lib/libarch/alpha/Makefile.inc
@@ -0,0 +1,5 @@
+# $NetBSD: Makefile.inc,v 1.3 2000/02/26 19:00:08 thorpej Exp $
+
+.if (${MACHINE_ARCH} == "alpha")
+SRCS+= alpha_bus_window.c alpha_pci_conf.c alpha_pci_io.c alpha_pci_mem.c
+.endif