From a4d4298ca10527a51fad86c53a93c48e6f510092 Mon Sep 17 00:00:00 2001 From: Yan <892930505@qq.com> Date: Sun, 1 Nov 2020 08:14:48 +0800 Subject: Disable device tree filter when load a dts from file (#219) * add device tree in elf, using --with-dts to add the absolute path of device tree * Disable device tree filter * Remove *.dtb dependence, when the --with-dts option is not used --- Makefile.in | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'Makefile.in') diff --git a/Makefile.in b/Makefile.in index 5c2687d..05e3a4d 100644 --- a/Makefile.in +++ b/Makefile.in @@ -116,6 +116,10 @@ ifneq (@BBL_PAYLOAD@,no) CFLAGS := $(CFLAGS) -DBBL_PAYLOAD=\"bbl_payload\" endif BBL_PAYLOAD := @BBL_PAYLOAD@ +ifneq (@CUSTOM_DTS@,no) +CFLAGS := $(CFLAGS) -DCUSTOM_DTS=\"custom_dts\" +endif +CUSTOM_DTS := @CUSTOM_DTS@ COMPILE := $(CC) -MMD -MP $(CFLAGS) \ $(sprojs_include) # Linker -- cgit v1.1