summaryrefslogtreecommitdiffstats
path: root/kernel/Makefile
blob: 03c00b0c6b22bfef01c78a77446979cc8c1e7e9b (plain)
1
2
3
4
5
6
7
8
9
10
obj-m = kdebrick.o

all: kdebrick

kdebrick:
	make -C /lib/modules/$(shell uname -r)/build M=$(PWD) modules

clean:
	make -C /lib/modules/$(shell uname -r)/build M=$(PWD) clean
	rm -f modules.order
bues.ch cgit interface