Deleted Added
sdiff udiff text old ( 230522 ) new ( 231810 )
full compact
1# $FreeBSD: head/sys/boot/powerpc/boot1.chrp/Makefile 230522 2012-01-25 03:37:39Z nwhitehorn $
2
3WITHOUT_SSP=
4
5PROG= boot1.elf
6NEWVERSWHAT= "Open Firmware boot block" ${MACHINE_ARCH}
7BINDIR?= /boot
8INSTALLFLAGS= -b
9
10FILES= boot1.hfs
11SRCS= boot1.c ashldi3.c
12
13NO_MAN=
14
15CFLAGS= -ffreestanding -msoft-float -Os \
16 -I${.CURDIR}/../../common -I${.CURDIR}/../../../
17LDFLAGS=-nostdlib -static -N
18
19.include "${.CURDIR}/../Makefile.inc"
20.PATH: ${.CURDIR}/../../../libkern ${.CURDIR}
21
22# The following inserts out objects into a template HFS
23# created by generate-hfs.sh
24
25.include "${.CURDIR}/Makefile.hfs"
26
27boot1.hfs: boot1.elf bootinfo.txt
28 echo ${.OBJDIR}

--- 13 unchanged lines hidden ---