aboutsummaryrefslogtreecommitdiffstats
path: root/driver/Makefile
blob: 6450a81c421de5b16efc0c07f71af81d63b8d2a7 (plain)
1
2
3
4
5
6
7
8
9
10
11
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