# KernelDevelopment1_chrdev **Repository Path**: jhongchan/KernelDevelopment1_chrdev ## Basic Information - **Project Name**: KernelDevelopment1_chrdev - **Description**: Case of an LED lamp tells about character device driver - **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