Files
2025-04-06 23:50:55 -05:00

7 lines
94 B
Makefile

obj-m := gptimers-example.o
all: modules
modules clean:
$(MAKE) -C ../.. SUBDIRS=$(PWD) $@