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

--- 13 unchanged lines hidden ---