> > obj-$(CONFIG_PPC64) += copypage_64.o copyuser_64.o \ > memcpy_64.o usercopy_64.o mem_64.o string.o \ > - checksum_wrappers_64.o hweight_64.o \ > + checksum_wrappers_64.o \ > copyuser_power7.o string_64.o copypage_power7.o \ > memcpy_power7.o > obj-$(CONFIG_PPC_EMULATE_SSTEP) += sstep.o ldstfp.o >
As you have moved all the code from hweight_64.S file and removed it from the compilation list in the Makefile, you need to delete the file from the directory as well. _______________________________________________ Linuxppc-dev mailing list Linuxppc-dev@lists.ozlabs.org https://lists.ozlabs.org/listinfo/linuxppc-dev