diff options
Diffstat (limited to 'sys/boot/fdt/Makefile')
-rw-r--r-- | sys/boot/fdt/Makefile | 28 |
1 files changed, 0 insertions, 28 deletions
diff --git a/sys/boot/fdt/Makefile b/sys/boot/fdt/Makefile deleted file mode 100644 index a725499d2f78..000000000000 --- a/sys/boot/fdt/Makefile +++ /dev/null @@ -1,28 +0,0 @@ -# $FreeBSD$ - -.include <bsd.init.mk> - -.PATH: ${SYSDIR}/contrib/libfdt/ - -LIB= fdt -INTERNALLIB= - -# Vendor sources of libfdt. -SRCS+= fdt.c fdt_ro.c fdt_wip.c fdt_sw.c fdt_rw.c fdt_strerror.c \ - fdt_empty_tree.c - -# Loader's fdt commands extension sources. -SRCS+= fdt_loader_cmd.c fdt_overlay.c - -CFLAGS+= -I${SYSDIR}/contrib/libfdt/ -I${LDRSRC} - -CFLAGS+= -ffreestanding - -.if ${MACHINE_CPUARCH} == "powerpc" || ${MACHINE_CPUARCH} == "arm" || ${MACHINE_CPUARCH} == "mips" -CFLAGS+= -msoft-float -.endif - -CFLAGS+= -Wformat -Wall - -.include <bsd.stand.mk> -.include <bsd.lib.mk> |