Loading core/tasks/kernel.mk +1 −1 Original line number Diff line number Diff line Loading @@ -147,7 +147,7 @@ define mv-modules if [ "$$mdpath" != "" ];then\ mpath=`dirname $$mdpath`;\ ko=`find $$mpath/kernel -type f -name *.ko`;\ for i in $$ko; do $(ARM_EABI_TOOLCHAIN)/arm-eabi-strip --strip-unneeded $$i;\ for i in $$ko; do $(TARGET_STRIP) --strip-unneeded $$i;\ mv $$i $(KERNEL_MODULES_OUT)/; done;\ fi endef Loading Loading
core/tasks/kernel.mk +1 −1 Original line number Diff line number Diff line Loading @@ -147,7 +147,7 @@ define mv-modules if [ "$$mdpath" != "" ];then\ mpath=`dirname $$mdpath`;\ ko=`find $$mpath/kernel -type f -name *.ko`;\ for i in $$ko; do $(ARM_EABI_TOOLCHAIN)/arm-eabi-strip --strip-unneeded $$i;\ for i in $$ko; do $(TARGET_STRIP) --strip-unneeded $$i;\ mv $$i $(KERNEL_MODULES_OUT)/; done;\ fi endef Loading