aboutsummaryrefslogtreecommitdiff
path: root/stand/kboot/arch/powerpc64/Makefile.inc
diff options
context:
space:
mode:
Diffstat (limited to 'stand/kboot/arch/powerpc64/Makefile.inc')
-rw-r--r--stand/kboot/arch/powerpc64/Makefile.inc14
1 files changed, 0 insertions, 14 deletions
diff --git a/stand/kboot/arch/powerpc64/Makefile.inc b/stand/kboot/arch/powerpc64/Makefile.inc
deleted file mode 100644
index 3c2fb6e18a16..000000000000
--- a/stand/kboot/arch/powerpc64/Makefile.inc
+++ /dev/null
@@ -1,14 +0,0 @@
-CFLAGS+= -mcpu=powerpc64
-
-SRCS+= conf.c ppc64_elf_freebsd.c host_syscall.S kerneltramp.S
-SRCS+= ucmpdi2.c
-
-# load address. set in linker script
-RELOC?= 0x0
-CFLAGS+= -DRELOC=${RELOC}
-
-LDFLAGS= -nostdlib -static -T ${.CURDIR}/arch/${MACHINE_ARCH}/ldscript.powerpc
-
-MK_PIE= no
-# Maybe bogus?
-CFLAGS+= -DAIM