pps-gpio-dtless-dkms/Makefile
2023-03-15 06:54:55 -04:00

10 lines
197 B
Makefile

KERNELRELEASE ?= `uname -r`
subdirs := src
.PHONY: $(subdirs)
all: $(subdirs)
clean: $(subdirs)
modules_install: $(subdirs)
$(subdirs):
make -C $@ $(MAKECMDGOALS) KERNELRELEASE=$(KERNELRELEASE)