mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2025-02-06 19:45:15 +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) $@
|