Index: trunk/i386/modules/KernelPatcher/Cconfig =================================================================== --- trunk/i386/modules/KernelPatcher/Cconfig (revision 2107) +++ trunk/i386/modules/KernelPatcher/Cconfig (revision 2108) @@ -4,7 +4,7 @@ config KERNELPATCHER_MODULE bool "KernelPatcher Module" - default y + default y ---help--- Say Y here if you want to enable to use of this module. Index: trunk/i386/modules/KernelPatcher/Makefile =================================================================== --- trunk/i386/modules/KernelPatcher/Makefile (revision 2107) +++ trunk/i386/modules/KernelPatcher/Makefile (revision 2108) @@ -13,7 +13,8 @@ include ../MakeInc.dir $(SYMROOT)/modules/$(MODULE_NAME).dylib: - @cp $(MODULE_NAME).dylib $@ + @echo "\t[CP] $(MODULE_NAME).dylib" + @cp $(MODULE_NAME).dylib $(SRCROOT)/sym/i386/modules/$(MODULE_NAME).dylib $(SRCROOT)/sym/i386/boot_modules.c: - @echo "" \ No newline at end of file + @