summaryrefslogtreecommitdiffstats
path: root/sys/boot/uboot/Makefile
diff options
context:
space:
mode:
authormarcel <marcel@FreeBSD.org>2008-02-16 22:13:11 +0000
committermarcel <marcel@FreeBSD.org>2008-02-16 22:13:11 +0000
commit192282ff7a28f13eb4a1f722ced0248e4423de14 (patch)
treede0f495aaac581ea556530edfdbc69009d726479 /sys/boot/uboot/Makefile
parentf051ca1feb52908fddd292d0f94338e5c33ddda3 (diff)
downloadFreeBSD-src-192282ff7a28f13eb4a1f722ced0248e4423de14.zip
FreeBSD-src-192282ff7a28f13eb4a1f722ced0248e4423de14.tar.gz
MFp4 (e500):
Add support for U-Boot. This uses the U-Boot API as developed by Rafal and which is (will be) part of U-Boot 1.3.2 and later. Credits to: raj@
Diffstat (limited to 'sys/boot/uboot/Makefile')
-rw-r--r--sys/boot/uboot/Makefile5
1 files changed, 5 insertions, 0 deletions
diff --git a/sys/boot/uboot/Makefile b/sys/boot/uboot/Makefile
new file mode 100644
index 0000000..d60f27e
--- /dev/null
+++ b/sys/boot/uboot/Makefile
@@ -0,0 +1,5 @@
+# $FreeBSD$
+
+SUBDIR= lib
+
+.include <bsd.subdir.mk>
OpenPOWER on IntegriCloud