]> rtime.felk.cvut.cz Git - can-eth-gw.git/commitdiff
Compile cegw against the header from the full linux tree
authorMichal Sojka <sojkam1@fel.cvut.cz>
Thu, 20 Dec 2012 18:38:21 +0000 (19:38 +0100)
committerMichal Sojka <sojkam1@fel.cvut.cz>
Thu, 20 Dec 2012 18:38:21 +0000 (19:38 +0100)
linux
utils/cegw/Makefile

diff --git a/linux b/linux
index 86a1961cf33ef35f9293214ad98efcdd3ddf0de6..51964362b6769bf285b897d12bb595291b991e60 160000 (submodule)
--- a/linux
+++ b/linux
@@ -1 +1 @@
-Subproject commit 86a1961cf33ef35f9293214ad98efcdd3ddf0de6
+Subproject commit 51964362b6769bf285b897d12bb595291b991e60
index ac24cbb080fd448a4b6578e87d5f5de36e1b525a..61b8d060dc548dc3e180a5a2e1d985fcf71da864 100644 (file)
@@ -1,5 +1,4 @@
 all:
-       gcc -Wall -ocegw -I../../kernel cegw.c
+       gcc -Wall -ocegw -I../../linux/include/uapi/linux/can cegw.c
 debug:
-       gcc -Wall -ggdb -D_DEBUG -ocegw -I../../kernel cegw.c
-
+       gcc -Wall -ggdb -D_DEBUG -ocegw -I../../linux/include/uapi/linux/can cegw.c