mirror of
https://github.com/ioacademy-jikim/device_driver.git
synced 2026-08-11 16:32:54 +00:00
first sample
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
obj-m = blocking_dev.o
|
||||
|
||||
KDIR = /usr/src/tegra
|
||||
PWD = $(shell pwd)
|
||||
|
||||
default:
|
||||
make -C $(KDIR) SUBDIRS=$(PWD) modules
|
||||
|
||||
clean:
|
||||
make -C $(KDIR) SUBDIRS=$(PWD) clean
|
||||
Reference in New Issue
Block a user