aboutsummaryrefslogtreecommitdiff
path: root/sys/boot/powerpc/uboot/Makefile
diff options
context:
space:
mode:
authorRafal Jaworowski <raj@FreeBSD.org>2008-09-03 15:52:05 +0000
committerRafal Jaworowski <raj@FreeBSD.org>2008-09-03 15:52:05 +0000
commit51e8f5a4705e2edbd533197d9d72618153a947ff (patch)
tree0863996505344198b549efa81e16e0f04c513f13 /sys/boot/powerpc/uboot/Makefile
parentaa8fb78b88b1049db923d9e691f280eab8c29463 (diff)
downloadsrc-51e8f5a4705e2edbd533197d9d72618153a947ff.tar.gz
src-51e8f5a4705e2edbd533197d9d72618153a947ff.zip
Make metadata.c shared across all platforms using U-Boot.
This will [soon] be needed for ARM.
Notes
Notes: svn path=/head/; revision=182724
Diffstat (limited to 'sys/boot/powerpc/uboot/Makefile')
-rw-r--r--sys/boot/powerpc/uboot/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/boot/powerpc/uboot/Makefile b/sys/boot/powerpc/uboot/Makefile
index defac754c5d1..efb401e9cef9 100644
--- a/sys/boot/powerpc/uboot/Makefile
+++ b/sys/boot/powerpc/uboot/Makefile
@@ -7,7 +7,7 @@ INSTALLFLAGS= -b
NO_MAN=
# Architecture-specific loader code
-SRCS= start.S conf.c metadata.c vers.c
+SRCS= start.S conf.c vers.c
LOADER_DISK_SUPPORT?= no
LOADER_UFS_SUPPORT?= no