mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2024-12-13 18:46:45 +07:00
7 lines
94 B
Makefile
7 lines
94 B
Makefile
|
obj-m := gptimers-example.o
|
||
|
|
||
|
all: modules
|
||
|
|
||
|
modules clean:
|
||
|
$(MAKE) -C ../.. SUBDIRS=$(PWD) $@
|