Makefile 118 Bytes edit raw blame history 1 2 3 4 5 6 7 KDIR ?= ../../../ default: $(MAKE) -C $(KDIR) M=$$PWD install: default $(MAKE) -C $(KDIR) M=$$PWD modules_install