From: VZ Cambria Date: Fri, 30 Dec 2016 16:58:56 +0000 (-0500) Subject: Fixed Makefile to build properly X-Git-Url: https://git.halfball.org/?a=commitdiff_plain;p=parrot.git Fixed Makefile to build properly --- diff --git a/Makefile b/Makefile index b199997..cea6d11 100644 --- a/Makefile +++ b/Makefile @@ -7,7 +7,8 @@ obj-m := $(TARGET).o else -KERNELDIR ?= /usr/src/linux +#KERNELDIR ?= /usr/src/linux +KERNELDIR ?= /lib/modules/$(shell uname -r)/build PWD := $(shell pwd) default: