From 1f4171412544e52b29e27a75c378f466586561b4 Mon Sep 17 00:00:00 2001 From: Marc Kleine-Budde Date: Sun, 30 Oct 2011 18:54:16 +0100 Subject: [PATCH] Makefile: adopt to new location for kernel headers Signed-off-by: Marc Kleine-Budde Tested-by: Jan-Niklas Meier --- Makefile | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/Makefile b/Makefile index 2c75e42..2ace302 100644 --- a/Makefile +++ b/Makefile @@ -43,11 +43,9 @@ DESTDIR = PREFIX = /usr/local -KERNELDIR = ../kernel/2.6 - MAKEFLAGS = -k -CFLAGS = -O2 -Wall -Wno-parentheses -I$(KERNELDIR)/include \ +CFLAGS = -O2 -Wall -Wno-parentheses -Iinclude \ -fno-strict-aliasing \ -DSO_RXQ_OVFL=40 \ -DPF_CAN=29 \ -- 2.39.2