summaryrefslogtreecommitdiffstats
path: root/sys/boot/ficl64
diff options
context:
space:
mode:
authorrpaulo <rpaulo@FreeBSD.org>2012-12-21 05:22:14 +0000
committerrpaulo <rpaulo@FreeBSD.org>2012-12-21 05:22:14 +0000
commitef0b33ada2623351a3f5b05880cb18ac0d729d3a (patch)
tree23b409b00c236024b1da38a15d3b82a18c9dc020 /sys/boot/ficl64
parent13949c50fa4ff569fa99e6b92485032c35a90594 (diff)
downloadFreeBSD-src-ef0b33ada2623351a3f5b05880cb18ac0d729d3a.zip
FreeBSD-src-ef0b33ada2623351a3f5b05880cb18ac0d729d3a.tar.gz
Build a 64 bit version of the FICL library. This is need for a 64 bit
EFI bootloader (amd64 only for now). This is not yet connected to the build.
Diffstat (limited to 'sys/boot/ficl64')
-rw-r--r--sys/boot/ficl64/Makefile8
1 files changed, 8 insertions, 0 deletions
diff --git a/sys/boot/ficl64/Makefile b/sys/boot/ficl64/Makefile
new file mode 100644
index 0000000..4c6777b
--- /dev/null
+++ b/sys/boot/ficl64/Makefile
@@ -0,0 +1,8 @@
+# $FreeBSD$
+
+FICL64=
+FICLDIR= ${.CURDIR}/../ficl
+
+.PATH: ${FICLDIR}
+
+.include "${FICLDIR}/Makefile"
OpenPOWER on IntegriCloud