Deleted Added
full compact
Makefile (132997) Makefile (133862)
1# $FreeBSD: head/sys/boot/powerpc/ofw/Makefile 132997 2004-08-02 03:06:21Z grehan $
1# $FreeBSD: head/sys/boot/powerpc/ofw/Makefile 133862 2004-08-16 15:45:27Z marius $
2
3PROG= loader
4NOMAN=
2
3PROG= loader
4NOMAN=
5NEWVERSWHAT= "bootstrap loader" OpenFirmware/PowerPC
5NEWVERSWHAT= "bootstrap loader" "Open Firmware/PowerPC"
6BINDIR?= /boot
7INSTALLFLAGS= -b
8
9# Architecture-specific loader code
10SRCS= conf.c metadata.c vers.c start.c
11
12LOADER_DISK_SUPPORT?= yes
13LOADER_UFS_SUPPORT?= yes

--- 57 unchanged lines hidden (view full) ---

71
72# 64-bit bridge extensions
73CFLAGS+= -Wa,-mppc64bridge
74
75# Pull in common loader code
76.PATH: ${.CURDIR}/../../ofw/common
77.include "${.CURDIR}/../../ofw/common/Makefile.inc"
78
6BINDIR?= /boot
7INSTALLFLAGS= -b
8
9# Architecture-specific loader code
10SRCS= conf.c metadata.c vers.c start.c
11
12LOADER_DISK_SUPPORT?= yes
13LOADER_UFS_SUPPORT?= yes

--- 57 unchanged lines hidden (view full) ---

71
72# 64-bit bridge extensions
73CFLAGS+= -Wa,-mppc64bridge
74
75# Pull in common loader code
76.PATH: ${.CURDIR}/../../ofw/common
77.include "${.CURDIR}/../../ofw/common/Makefile.inc"
78
79# OpenFirmware standalone support library
79# Open Firmware standalone support library
80LIBOFW= ${.OBJDIR}/../../ofw/libofw/libofw.a
81CFLAGS+= -I${.CURDIR}/../../ofw/libofw
82
83# where to get libstand from
84CFLAGS+= -I${.CURDIR}/../../../../lib/libstand/
85
86DPADD= ${LIBFICL} ${LIBOFW} ${LIBSTAND}
87LDADD= ${LIBFICL} ${LIBOFW} -lstand

--- 17 unchanged lines hidden ---
80LIBOFW= ${.OBJDIR}/../../ofw/libofw/libofw.a
81CFLAGS+= -I${.CURDIR}/../../ofw/libofw
82
83# where to get libstand from
84CFLAGS+= -I${.CURDIR}/../../../../lib/libstand/
85
86DPADD= ${LIBFICL} ${LIBOFW} ${LIBSTAND}
87LDADD= ${LIBFICL} ${LIBOFW} -lstand

--- 17 unchanged lines hidden ---