Chameleon

Chameleon Commit Details

Date:2012-10-29 03:01:03 (11 years 5 months ago)
Author:Evan Lojewski
Commit:2108
Parents: 2107
Message:Update kernel patcher to be copied to correct directory
Changes:
M/trunk/i386/modules/KernelPatcher/Cconfig
M/trunk/i386/modules/KernelPatcher/Makefile

File differences

trunk/i386/modules/KernelPatcher/Cconfig
44
55
66
7
7
88
99
1010
config KERNELPATCHER_MODULE
bool "KernelPatcher Module"
default y
default y
---help---
Say Y here if you want to enable to use of this module.
trunk/i386/modules/KernelPatcher/Makefile
1313
1414
1515
16
16
17
1718
1819
19
20
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 ""
@

Archive Download the corresponding diff file

Revision: 2108