diff options
author | Linus Walleij <linus.walleij@linaro.org> | 2016-01-21 13:04:47 +0100 |
---|---|---|
committer | Arnd Bergmann <arnd@arndb.de> | 2016-01-21 13:16:17 +0100 |
commit | 6551b8c9b76ec3cee1386dbeeab528c019fd732c (patch) | |
tree | 5d1a6cb8e883d34512c320e49435328172590613 /drivers/soc | |
parent | 6c54809977de3c9e2ef9e9934a2c6625f7e161e7 (diff) | |
download | op-kernel-dev-6551b8c9b76ec3cee1386dbeeab528c019fd732c.zip op-kernel-dev-6551b8c9b76ec3cee1386dbeeab528c019fd732c.tar.gz |
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>
Diffstat (limited to 'drivers/soc')
0 files changed, 0 insertions, 0 deletions