Matomat/sam7utils/driver/Makefile

11 lines
188 B
Makefile
Raw Permalink Normal View History

2015-11-15 19:18:42 +01:00
ifneq ($(KERNELRELEASE),)
obj-m := at91.o
else
KDIR := /lib/modules/$(shell uname -r)/build
PWD := $(shell pwd)
default:
$(MAKE) -C $(KDIR) SUBDIRS=$(PWD) modules
endif
modules: at91.o