Explorar el Código

package/kernel: load target specific modules .mk files after generic ones

SVN-Revision: 21123
Nicolas Thill hace 16 años
padre
commit
2bd16b6e18
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      package/kernel/Makefile

+ 1 - 1
package/kernel/Makefile

@@ -44,5 +44,5 @@ endef
 
 $(eval $(if $(DUMP),,$(call BuildPackage,kernel)))
 
--include $(TOPDIR)/target/linux/*/modules.mk
 include ./modules/*.mk
+-include $(TOPDIR)/target/linux/*/modules.mk