summaryrefslogtreecommitdiff
path: root/sys/boot
diff options
context:
space:
mode:
authorWarner Losh <imp@FreeBSD.org>2017-11-10 23:54:18 +0000
committerWarner Losh <imp@FreeBSD.org>2017-11-10 23:54:18 +0000
commitf933edf086759fa6588307dbf8d4897c7b58fa9d (patch)
tree385aa39e84aaaaa28e96e75953fd6cbc606821a8 /sys/boot
parent5e81a5927b49356e5066b3948bab0a0b547bad26 (diff)
downloadsrc-test2-f933edf086759fa6588307dbf8d4897c7b58fa9d.tar.gz
src-test2-f933edf086759fa6588307dbf8d4897c7b58fa9d.zip
Notes
Diffstat (limited to 'sys/boot')
-rw-r--r--sys/boot/powerpc/ps3/Makefile9
1 files changed, 1 insertions, 8 deletions
diff --git a/sys/boot/powerpc/ps3/Makefile b/sys/boot/powerpc/ps3/Makefile
index bd14179f0925..793edbcd23c7 100644
--- a/sys/boot/powerpc/ps3/Makefile
+++ b/sys/boot/powerpc/ps3/Makefile
@@ -7,7 +7,6 @@ LOADER_NET_SUPPORT?= yes
LOADER_NFS_SUPPORT?= yes
LOADER_TFTP_SUPPORT?= no
LOADER_GZIP_SUPPORT?= yes
-LOADER_FDT_SUPPORT?= no
LOADER_BZIP2_SUPPORT?= no
.include <bsd.init.mk>
@@ -24,12 +23,6 @@ SRCS+= lv1call.S ps3cons.c font.h ps3mmu.c ps3net.c ps3repo.c \
ps3stor.c ps3disk.c ps3cdrom.c
SRCS+= ucmpdi2.c
-.if ${LOADER_FDT_SUPPORT} == "yes"
-CFLAGS+= -I${FDTSRC}
-CFLAGS+= -DLOADER_FDT_SUPPORT
-LIBFDT= ${BOOTOBJ}/fdt/libfdt.a
-.endif
-
CFLAGS+= -mcpu=powerpc64
# Always add MI sources
@@ -55,7 +48,7 @@ SC_DFLT_FONT=cp437
font.h:
uudecode < /usr/share/syscons/fonts/${SC_DFLT_FONT}-8x16.fnt && file2c 'u_char dflt_font_16[16*256] = {' '};' < ${SC_DFLT_FONT}-8x16 > font.h && uudecode < /usr/share/syscons/fonts/${SC_DFLT_FONT}-8x14.fnt && file2c 'u_char dflt_font_14[14*256] = {' '};' < ${SC_DFLT_FONT}-8x14 >> font.h && uudecode < /usr/share/syscons/fonts/${SC_DFLT_FONT}-8x8.fnt && file2c 'u_char dflt_font_8[8*256] = {' '};' < ${SC_DFLT_FONT}-8x8 >> font.h
-loader.help: help.common ${FDTSRC}/help.fdt
+loader.help: help.common
cat ${.ALLSRC} | \
awk -f ${LDRSRC}/merge_help.awk > ${.TARGET}