From 57f793773e1591562fae9463538b8a1cfd68af0c Mon Sep 17 00:00:00 2001 From: Michal Sojka Date: Thu, 20 Dec 2012 19:38:21 +0100 Subject: [PATCH] Compile cegw against the header from the full linux tree --- linux | 2 +- utils/cegw/Makefile | 5 ++--- 2 files changed, 3 insertions(+), 4 deletions(-) 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 -- 2.39.2