diff --git a/kernel.spec b/kernel.spec index ff0c2b4..3bb0e0f 100644 --- a/kernel.spec +++ b/kernel.spec @@ -1754,7 +1754,7 @@ BuildKernel() { rm -f modinfo modnames # remove files that will be auto generated by depmod at rpm -i time - for i in alias alias.bin ccwmap dep dep.bin ieee1394map inputmap isapnpmap ofmap pcimap seriomap symbols symbols.bin usbmap + for i in alias alias.bin builtin.bin ccwmap dep dep.bin ieee1394map inputmap isapnpmap ofmap pcimap seriomap symbols symbols.bin usbmap do rm -f $RPM_BUILD_ROOT/lib/modules/$KernelVer/modules.$i done