M7350/kernel/Documentation/blackfin/Makefile

7 lines
94 B
Makefile
Raw Normal View History

2024-09-09 08:52:07 +00:00
obj-m := gptimers-example.o
all: modules
modules clean:
$(MAKE) -C ../.. SUBDIRS=$(PWD) $@