Update of /cvsroot/mkdump/minik/3.0/2.6/kernel
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv1062
Modified Files:
Makefile.base
Log Message:
Adjusted some codes.
Index: Makefile.base
===================================================================
RCS file: /cvsroot/mkdump/minik/3.0/2.6/kernel/Makefile.base,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
*** Makefile.base 14 Feb 2006 06:13:53 -0000 1.1
--- Makefile.base 9 Mar 2006 00:32:45 -0000 1.2
***************
*** 10,16 ****
KVER= 2.6.12small
KDIR= /home/src/linux-2.6.12-small
- #KDIR= /home/src/linux-2.6.12-mkexec-test
SBINDIR= /usr/sbin
! KMODDIR= /lib/modules/2.6.12small
ARCHDIR= arch/$(ARCH)/kernel
PWD= $(shell pwd)
--- 10,15 ----
KVER= 2.6.12small
KDIR= /home/src/linux-2.6.12-small
SBINDIR= /usr/sbin
! KMODDIR= /lib/modules/$(KVER)
ARCHDIR= arch/$(ARCH)/kernel
PWD= $(shell pwd)
|