Skip to content

Commit

Permalink
Overclock module is now permanently installed to kernel
Browse files Browse the repository at this point in the history
  • Loading branch information
fentensoft committed Jun 2, 2012
1 parent 8823eb7 commit d241c51
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
KERNEL_BUILD := ~/kernel/Kernel_DEPRECATED
KERNEL_CROSS_COMPILE := arm-eabi-
EXTRA_CFLAGS := -DSMARTREFLEX
EXTRA_CFLAGS := -DSMARTREFLEX -DPERMANENT
FILENAME := overclock

obj-m += $(FILENAME).o
Expand Down
3 changes: 2 additions & 1 deletion overclock.c
Original file line number Diff line number Diff line change
Expand Up @@ -522,5 +522,6 @@ static void __exit overclock_exit(void)
}

module_init(overclock_init);
#ifndef PERMANENT
module_exit(overclock_exit);

#endif

0 comments on commit d241c51

Please sign in to comment.