We have so far compiled in dt-compat only for CONFIG_SOC_SAMA5D3, but we require it for device tree support of CONFIG_SOC_AT91SAM9 as well. Fix this. While at it move around the obj- rules a bit to minimize the diff to upstream. Signed-off-by: Ahmad Fatoum <a.fatoum@xxxxxxxxxxxxxx> --- drivers/clk/at91/Makefile | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) diff --git a/drivers/clk/at91/Makefile b/drivers/clk/at91/Makefile index 593d34e3487e..d07baedf580c 100644 --- a/drivers/clk/at91/Makefile +++ b/drivers/clk/at91/Makefile @@ -12,9 +12,7 @@ obj-$(CONFIG_HAVE_AT91_USB_CLK) += clk-usb.o obj-$(CONFIG_HAVE_AT91_SMD) += clk-smd.o obj-$(CONFIG_HAVE_AT91_H32MX) += clk-h32mx.o obj-$(CONFIG_HAVE_AT91_GENERATED_CLK) += clk-generated.o -obj-$(CONFIG_SOC_AT91SAM9) += at91sam9260.o -obj-$(CONFIG_SOC_AT91SAM9) += at91sam9rl.o -obj-$(CONFIG_SOC_AT91SAM9) += at91sam9x5.o -obj-$(CONFIG_SOC_SAMA5D2) += sama5d2.o -obj-$(CONFIG_SOC_SAMA5D3) += dt-compat.o -obj-$(CONFIG_SOC_SAMA5D4) += sama5d4.o +obj-$(CONFIG_SOC_AT91SAM9) += at91sam9260.o at91sam9rl.o at91sam9x5.o dt-compat.o +obj-$(CONFIG_SOC_SAMA5D4) += sama5d4.o +obj-$(CONFIG_SOC_SAMA5D3) += dt-compat.o +obj-$(CONFIG_SOC_SAMA5D2) += sama5d2.o -- 2.26.0.rc2 _______________________________________________ barebox mailing list barebox@xxxxxxxxxxxxxxxxxxx http://lists.infradead.org/mailman/listinfo/barebox