]> rtime.felk.cvut.cz Git - can-eth-gw.git/blobdiff - utils/cegw/Makefile
Compile cegw against the header from the full linux tree
[can-eth-gw.git] / utils / cegw / Makefile
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