Only try to build the static dtb when we're building a static dtb...

This commit is contained in:
Warner Losh 2014-02-28 22:06:19 +00:00
parent ad3e368726
commit 3bd5959e3b

View File

@ -13,7 +13,7 @@ acpi_quirks.h optional acpi \
# The 'fdt_dtb_file' target covers an actual DTB file name, which is derived
# from the specified source (DTS) file: <platform>.dts -> <platform>.dtb
#
fdt_dtb_file optional fdt \
fdt_dtb_file optional fdt fdt_dtb_static \
compile-with "sh $S/tools/fdt/make_dtb.sh $S ${FDT_DTS_FILE} ${.CURDIR}/${FDT_DTS_FILE:R}.dtb" \
no-obj no-implicit-rule before-depend \
clean "${FDT_DTS_FILE:R}.dtb"