summaryrefslogtreecommitdiffstats
path: root/sys/boot/i386/btx/lib/Makefile
diff options
context:
space:
mode:
authorrnordier <rnordier@FreeBSD.org>1998-09-14 10:37:00 +0000
committerrnordier <rnordier@FreeBSD.org>1998-09-14 10:37:00 +0000
commit71b1c34d38c3eca29c63a9c1fef53ea17e309fa4 (patch)
tree8ee7f97a5fa8afbf841ecf3d7a8a87651c9c9c03 /sys/boot/i386/btx/lib/Makefile
parentefe6cafb5de5d87d7ed69ddd998cbc6d33de913b (diff)
downloadFreeBSD-src-71b1c34d38c3eca29c63a9c1fef53ea17e309fa4.zip
FreeBSD-src-71b1c34d38c3eca29c63a9c1fef53ea17e309fa4.tar.gz
Add BTX startup/interface code.
Diffstat (limited to 'sys/boot/i386/btx/lib/Makefile')
-rw-r--r--sys/boot/i386/btx/lib/Makefile16
1 files changed, 16 insertions, 0 deletions
diff --git a/sys/boot/i386/btx/lib/Makefile b/sys/boot/i386/btx/lib/Makefile
new file mode 100644
index 0000000..2ab34fd
--- /dev/null
+++ b/sys/boot/i386/btx/lib/Makefile
@@ -0,0 +1,16 @@
+# $Id:$
+
+OBJS= btxcsu.o btxsys.o btxv86.o
+LDFLAGS+= -elf
+CLEANFILES+= crt0.o
+INTERNALLIB= true
+NOMAN= true
+NOPIC= true
+NOPROFILE= true
+
+all: crt0.o
+
+crt0.o: ${OBJS}
+ ${LD} ${LDFLAGS} -i -o ${.TARGET} ${OBJS}
+
+.include <bsd.lib.mk>
OpenPOWER on IntegriCloud