arm*/head.o isn't in obj-y or extra-y, so make don't load the
associated .*.d file (or .*.cmd file when if_changed will be used).
There is a workaround where .*.d file is added manually into DEPS.
Changing DEPS isn't needed, we can simply add head.o into extra-y and
the dependency files will be loaded.
Signed-off-by: Anthony PERARD <anthony.perard@citrix.com>
Acked-by: Julien Grall <jgrall@amazon.com>
obj-y += vsmc.o
obj-y += vpsci.o
obj-y += vuart.o
+extra-y += $(TARGET_SUBARCH)/head.o
#obj-bin-y += ....o
ALL_OBJS := $(TARGET_SUBARCH)/head.o $(ALL_OBJS)
-DEPS += $(TARGET_SUBARCH)/.head.o.d
-
ifdef CONFIG_LIVEPATCH
all_symbols = --all-symbols
ifdef CONFIG_FAST_SYMBOL_LOOKUP