From 192282ff7a28f13eb4a1f722ced0248e4423de14 Mon Sep 17 00:00:00 2001 From: marcel Date: Sat, 16 Feb 2008 22:13:11 +0000 Subject: 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@ --- sys/boot/uboot/Makefile | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 sys/boot/uboot/Makefile (limited to 'sys/boot/uboot/Makefile') 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 -- cgit v1.1