From 95cf40204220a72888dff1c2838046e42cd43ea8 Mon Sep 17 00:00:00 2001 From: Diederik de Haas Date: Fri, 5 Sep 2014 02:48:27 +0200 Subject: [PATCH] Updated KSRC variable for RPi to the most likely correct place. --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index adfcbba..24e77d2 100644 --- a/Makefile +++ b/Makefile @@ -734,7 +734,7 @@ EXTRA_CFLAGS += -DCONFIG_LITTLE_ENDIAN ARCH := arm CROSS_COMPILE := arm-linux-gnueabi- KVER := $(shell uname -r) -KSRC ?= /home/tm-pc-vm1x64/GitHub/linux +KSRC ?= /lib/modules/$(KVER)/build MODDESTDIR := /lib/modules/$(KVER)/kernel/drivers/net/wireless/ endif