mirror of
https://github.com/ioacademy-jikim/kernel
synced 2025-06-07 16:06:20 +00:00
5 lines
98 B
Makefile
5 lines
98 B
Makefile
obj-m = module_2.o
|
|
|
|
default :
|
|
make -C /root/tegra SUBDIRS=/root/android/my_test/01_day modules
|