mirror of
https://github.com/ioacademy-jikim/kernel.git
synced 2026-08-22 05:42:57 +00:00
5
This commit is contained in:
+7
-2
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user