On Tue, Mar 3, 2020 at 5:12 PM Priyamvad Acharya <priyamvad.agni...@gmail.com> wrote: > > These errors are probably due to the Makefile.objs changes in your commit: > > If I am not wrong, we need to add a rule i.e " common-obj-$(CONFIG_TESTPCI) > += testpci.o " in Makefile.objs to compile custom device in Qemu. > Shall I should remove that rule to remove the errors?
No, keep that line. All the other changes to Makefile.objs in that commit seem spurious though and should be removed. Stefan