Hi, I am adding a system call.I made an entry in entry.S file and unistd.h and my source file is placed in linux/kernel/ folder and now i have to modify the Make file in the linux/kernel folder. there are like
obj-$(CONFIG_FUTEX) += futex.o in the make file. How Can I add my .o file entry to Make file? Would you please help me. -- Kernelnewbies: Help each other learn about the Linux kernel. Archive: http://mail.nl.linux.org/kernelnewbies/ FAQ: http://kernelnewbies.org/faq/