# KernelDevelopment2_KernelList **Repository Path**: jhongchan/KernelDevelopment2_KernelList ## Basic Information - **Project Name**: KernelDevelopment2_KernelList - **Description**: An example of adding, deleting, and modifying the kernel list - **Primary Language**: C - **License**: GPL-3.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-04-29 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README You need to modify the Makefile for example: obj-m += leddrv.o all: make -C /home/sice/kj_gjx_embedd_base/lab_8/linux-3.5 M=`pwd` modules clean: make -C /home/sice/kj_gjx_embedd_base/lab_8/linux-3.5 M=`pwd` modules clean You need to modify your kernel source path