redhat linux 9-Make menuconfig
Hi,
If I use this command, [patch -p1 < kernel1.patch] , what is the right output I should get?
kernel1.c?
kernel1.h?
kernel1.o?
I am using Red Hat Linux 9 Professional edition, and I want to configure the kernel and compile the above module by using [ make menuconfig ] command and [make dep; make modules] but I get this error message:
Makefile:36: /Rules.make:No such file or directory
make: *** No rule to make target '/Rules.make'. Stop.
Please help.
|