1
0
mirror of https://github.com/ioacademy-jikim/kernel.git synced 2026-08-22 05:42:57 +00:00
This commit is contained in:
Your Name
2017-11-13 15:14:08 +09:00
parent d3ea7f87e1
commit b09b250779
13 changed files with 45 additions and 1209 deletions
+7 -2
View File
@@ -1,4 +1,9 @@
obj-m = module_2.o
obj-m = module_2.o
KERNEL = /root/tegra
PWD = $(shell pwd)
default :
make -C /root/tegra SUBDIRS=/root/android/my_test/01_day modules
$(MAKE) -C $(KERNEL) SUBDIRS=$(PWD) modules
clean :
$(MAKE) -C $(KERNEL) SUBDIRS=$(PWD) clean