From: Michal Sojka Date: Thu, 20 Dec 2012 18:38:21 +0000 (+0100) Subject: Compile cegw against the header from the full linux tree X-Git-Url: http://rtime.felk.cvut.cz/gitweb/can-eth-gw.git/commitdiff_plain/57f793773e1591562fae9463538b8a1cfd68af0c Compile cegw against the header from the full linux tree --- diff --git a/linux b/linux index 86a1961..5196436 160000 --- a/linux +++ b/linux @@ -1 +1 @@ -Subproject commit 86a1961cf33ef35f9293214ad98efcdd3ddf0de6 +Subproject commit 51964362b6769bf285b897d12bb595291b991e60 diff --git a/utils/cegw/Makefile b/utils/cegw/Makefile index ac24cbb..61b8d06 100644 --- a/utils/cegw/Makefile +++ b/utils/cegw/Makefile @@ -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