Makefile: adopt to new location for kernel headers

Signed-off-by: Marc Kleine-Budde <mkl@pengutronix.de>
Tested-by: Jan-Niklas Meier <dschanoeh@googlemail.com>
pull/7/head
Marc Kleine-Budde 2011-10-30 18:54:16 +01:00
parent 77de10356f
commit 1f41714125
1 changed files with 1 additions and 3 deletions

View File

@ -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 \