Search
 
SCRIPT & CODE EXAMPLE
 

SHELL

make kernel module

obj-m += hello-1.o

all:
	make -C /lib/modules/$(shell uname -r)/build M=$(PWD) modules

clean:
	make -C /lib/modules/$(shell uname -r)/build M=$(PWD) clean
Comment

PREVIOUS NEXT
Code Example
Shell :: ssh raspberry pi ngrok 
Shell :: .gitignore add files type 
Shell :: install raspberry pi 
Shell :: create rails app 
Shell :: sms_autofill flutter 
Shell :: create fish alias 
Shell :: dir in file txt 
Shell :: Install GitLab using Docker Engine 
Shell :: yum install redis cli 
Shell :: how to create a new group in linux 
Shell :: git combine two branches into third 
Shell :: rabbitmqctl 
Shell :: open crontab in nano 
Shell :: spring boot docker hub image 
Shell :: remove a non empty directory 
Shell :: shell cd 
Shell :: with which command make file and directory in linux 
Shell :: download file github 
Shell :: Examples of add-apt-repository and updating the APT cache 
Shell :: npm install electron-reload 
Shell :: how to use valet to share localhost url to outside 
Shell :: how to start payara server 
Shell :: Default umask in /etc/login.defs could be more strict like 027 
Shell :: kernel version link 
Shell :: view git branch changes graphically just local 
Shell :: consolidated version yarn.lock 
Shell :: “Permission denied while trying to connect to the Docker daemon socket” while accessing docker image on jenkins 
Shell :: how do i get buster and gnome chromebook 
Shell :: pip install -U "yarl<1.2" 
Shell :: ubuntu find install path 
ADD CONTENT
Topic
Content
Source link
Name
7+5 =