8. Makefile

Full path of the file - /usr/src/linux/Makefile

  1. Add mycall/ to core-y (Search for regex: core-y.*+=). You will be creating this directory. This directory will contain the source file, header file and the Makefile for our system call.