On Sunday 15 July 2012, Domenico Andreoli wrote: > -ifeq ($(CONFIG_ARM_ATAG_DTB_COMPAT),y) > OBJS += $(libfdt_objs) atags_to_fdt.o > -endif Can you explain why this is necessary? I don't see any code of that file being called from the newly added code for the case where CONFIG_ARM_ATAG_DTB_COMPAT is disabled. Arnd