aboutsummaryrefslogtreecommitdiffstats
path: root/meta-elisa/recipes-kernel/linux/files/Makefile
blob: 017577c72213218127fc7a0874e3daa737132fcf (plain)
1
2
3
4
5
6
7
8
9
10
11
12
obj-m +=  edac_inject.o

export KDIR := /lib/modules/$(shell uname -r)/build

allofit:  modules
modules:
	@$(MAKE) -C $(KDIR) M=$(shell pwd) modules
kernel_clean:
	@$(MAKE) -C $(KDIR) M=$(shell pwd) clean

clean: kernel_clean
	rm -rf   Module.symvers modules.order