summaryrefslogtreecommitdiffstats
path: root/sys/boot/arc/Makefile.inc
diff options
context:
space:
mode:
authorse <se@FreeBSD.org>1999-07-28 20:28:47 +0000
committerse <se@FreeBSD.org>1999-07-28 20:28:47 +0000
commit159c5d3210cc7b4754b2ac86132b396383c26b24 (patch)
tree3bf4cfd94d1357ee745ed8ea033de48fe37ecb1b /sys/boot/arc/Makefile.inc
parent7576b7e750de8c5aa91ace601e8b0b3e5fd621fc (diff)
downloadFreeBSD-src-159c5d3210cc7b4754b2ac86132b396383c26b24.zip
FreeBSD-src-159c5d3210cc7b4754b2ac86132b396383c26b24.tar.gz
The ARC BIOS / AlphaBIOS specific primary boot loader. This code is the
result of a joined effort with parts contributed by Doug Rabson, Warner Losh and Stefan Esser (hope I did not forget anybody). Part of the sources is obtained from NetBSD with modifications. This code is work in progress: As of the time of the initial import, a loader.exe executable is built, which can be loaded on an Alpha with NT only firmware, but no attempt is made to switch to OSF PAL code as required to start an actual kernel.
Diffstat (limited to 'sys/boot/arc/Makefile.inc')
-rw-r--r--sys/boot/arc/Makefile.inc6
1 files changed, 6 insertions, 0 deletions
diff --git a/sys/boot/arc/Makefile.inc b/sys/boot/arc/Makefile.inc
new file mode 100644
index 0000000..4b2226c
--- /dev/null
+++ b/sys/boot/arc/Makefile.inc
@@ -0,0 +1,6 @@
+# Options used when building app-specific libalpha components
+LOAD_ADDRESS= 0xffffffff80900000
+DPADD+= ${DESTDIR}/${LIBDIR}/libstand.a
+LIBSTANDDIR= ${.CURDIR}/../../../../lib/libstand
+LIBSTAND= -lstand
+LIBARC= ${.OBJDIR}/../lib/libarc.a
OpenPOWER on IntegriCloud