mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2025-02-15 18:35:59 +07:00
![]() 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> |
||
---|---|---|
.. | ||
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 |