mirror of
https://mirrors.bfsu.edu.cn/git/linux.git
synced 2024-12-19 09:04:51 +08:00
7 lines
94 B
Makefile
7 lines
94 B
Makefile
|
obj-m := gptimers-example.o
|
||
|
|
||
|
all: modules
|
||
|
|
||
|
modules clean:
|
||
|
$(MAKE) -C ../.. SUBDIRS=$(PWD) $@
|