On Mon, 23 Sep 2019 at 18:54, Thomas Huth <th...@redhat.com> wrote: > Ok, then what would you suggest to solve the problem that this file has > always to be linked into the binary? I can't use "obj-y += ..." in > hw/intc/Makefile.objs since that would mean that the file also gets > compiled for non-Arm boards. Would you prefer a bunch of stubs instead > that get used if CONFIG_ARM_V7M is not set?
I thought obj-y was for only-this-target and obj-common-y was for all-boards ? thanks -- PMM