projects
/
profile
/
ivi
/
can-utils.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
77de103
)
Makefile: adopt to new location for kernel headers
author
Marc Kleine-Budde
<mkl@pengutronix.de>
Sun, 30 Oct 2011 17:54:16 +0000
(18:54 +0100)
committer
Marc Kleine-Budde
<mkl@pengutronix.de>
Wed, 11 Jan 2012 11:14:15 +0000
(12:14 +0100)
Signed-off-by: Marc Kleine-Budde <mkl@pengutronix.de>
Tested-by: Jan-Niklas Meier <dschanoeh@googlemail.com>
Makefile
patch
|
blob
|
history
diff --git
a/Makefile
b/Makefile
index
2c75e42
..
2ace302
100644
(file)
--- 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 \