Add vcan config tool to Makefile.

This commit is contained in:
Urs Thuermann
2007-07-07 01:36:36 +00:00
parent d90f47ef9c
commit e7d585a1c8
2 changed files with 3 additions and 1 deletions
+1 -1
View File
@@ -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)