summaryrefslogtreecommitdiff
path: root/sys/dev/microcode/ncr53cxxx/Makefile.inc
diff options
context:
space:
mode:
authorTheo de Raadt <deraadt@cvs.openbsd.org>1996-08-10 12:23:11 +0000
committerTheo de Raadt <deraadt@cvs.openbsd.org>1996-08-10 12:23:11 +0000
commit37f9236f6d65a4f2da4ce07cd6dccaf94647cc42 (patch)
tree71da53fe8ed5e4e5bfbe3b848b6ce91be37bb077 /sys/dev/microcode/ncr53cxxx/Makefile.inc
parent55b78409b43975afa480b46368d0248e75557f28 (diff)
ncr53cxxx assembler by osymh@msu.oscs.montana.edu; with a touch more
work a bunch of ports will be able to use this for their drivers.
Diffstat (limited to 'sys/dev/microcode/ncr53cxxx/Makefile.inc')
-rw-r--r--sys/dev/microcode/ncr53cxxx/Makefile.inc15
1 files changed, 15 insertions, 0 deletions
diff --git a/sys/dev/microcode/ncr53cxxx/Makefile.inc b/sys/dev/microcode/ncr53cxxx/Makefile.inc
new file mode 100644
index 00000000000..e5e87dd3ef6
--- /dev/null
+++ b/sys/dev/microcode/ncr53cxxx/Makefile.inc
@@ -0,0 +1,15 @@
+# $NetBSD: Makefile.inc,v 1.4 1996/05/20 00:48:43 thorpej Exp $
+
+.if target(ncr53cxxx.o)
+PATH: $S/dev/microcode/ncr53cxxx
+
+ncr53cxxx.o: ncr53cxxx_seq.h
+
+ncr53cxxx_seq.h: ncr53cxxx_asm $S/dev/microcode/ncr53cxxx/ncr53cxxx.seq
+ ./ncr53cxxx_asm -o ${.TARGET} $S/dev/microcode/ncr53cxxx/ncr53cxxx.seq
+
+ncr53cxxx_asm: $S/dev/microcode/ncr53cxxx/ncr53cxxx_asm.c
+
+clean::
+ rm -f ncr53cxxx_asm
+.endif