linux_dsm_epyc7002/arch/arm/mach-realview
Linus Walleij 6551b8c9b7 ARM: realview: fix device tree build
As it happens, two obj-$(CONFIG_FOO) += foo.o variables are
above obj-y := core.o, which doesn't work: the += directives
need to add something to the build and doesn't work if obj-y
is not set first, so move the obj-y to be on top and everything
builds nicely again.

Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
Signed-off-by: Arnd Bergmann <arnd@arndb.de>
2016-01-21 13:16:17 +01:00
..
board-eb.h
board-pb11mp.h
board-pb1176.h
board-pba8.h
board-pbx.h
core.c
core.h
hardware.h
hotplug.c
irqs-eb.h
irqs-pb11mp.h
irqs-pb1176.h
irqs-pba8.h
irqs-pbx.h
Kconfig
Makefile
Makefile.boot
platform.h
platsmp-dt.c
platsmp.c
realview_eb.c
realview_pb11mp.c
realview_pb1176.c
realview_pba8.c
realview_pbx.c
realview-dt.c