From e7d585a1c8d70a074e810c743974126b7e04d318 Mon Sep 17 00:00:00 2001 From: Urs Thuermann Date: Sat, 7 Jul 2007 01:36:36 +0000 Subject: [PATCH] Add vcan config tool to Makefile. --- Makefile | 2 +- vcan.c | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 221851a..81d30ae 100644 --- a/Makefile +++ b/Makefile @@ -46,7 +46,7 @@ CFLAGS = -O2 -Wall -Wno-parentheses -I../kernel/2.6/include \ -DAF_CAN=PF_CAN PROGRAMS = candump cansniffer cansend canplayer cangen\ - log2long log2asc asc2log slcan_attach + log2long log2asc asc2log slcan_attach vcan all: $(PROGRAMS) diff --git a/vcan.c b/vcan.c index 1539458..6059118 100644 --- a/vcan.c +++ b/vcan.c @@ -9,6 +9,8 @@ * otherwise use strace, or feel free to add the code before this * whole thing is dumped to the bit bucket. * + * Parts of this code were taken from the iproute source. + * * urs */