Skip to content
Snippets Groups Projects
Makefile 159 B
Newer Older
Federico Vaga's avatar
Federico Vaga committed
LINUX ?= /lib/modules/$(shell uname -r)/build

EXTRA_CFLAGS += -I$(obj)/../include/

obj-m = zio-zero.o

all:
	$(MAKE) -C $(LINUX) M=$(shell /bin/pwd) modules