diff options
Diffstat (limited to 'sys')
| -rw-r--r-- | sys/boot/uboot/lib/Makefile | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/sys/boot/uboot/lib/Makefile b/sys/boot/uboot/lib/Makefile index 6b25a415e6cd..13dee0e22f62 100644 --- a/sys/boot/uboot/lib/Makefile +++ b/sys/boot/uboot/lib/Makefile @@ -17,11 +17,7 @@ CFLAGS+= -ffreestanding -msoft-float SRCS+= disk.c .endif -.if ${MK_FDT} != "no" -LOADER_FDT_SUPPORT= yes -.else -LOADER_FDT_SUPPORT= no -.endif +LOADER_FDT_SUPPORT= ${MK_FDT} .if ${LOADER_FDT_SUPPORT} == "yes" CFLAGS+= -DLOADER_FDT_SUPPORT -I${FDTSRC} |
