mirror of
https://github.com/linux-can/can-utils.git
synced 2026-08-06 06:49:53 +02:00
Add vcan config tool to Makefile.
This commit is contained in:
@@ -46,7 +46,7 @@ CFLAGS = -O2 -Wall -Wno-parentheses -I../kernel/2.6/include \
|
|||||||
-DAF_CAN=PF_CAN
|
-DAF_CAN=PF_CAN
|
||||||
|
|
||||||
PROGRAMS = candump cansniffer cansend canplayer cangen\
|
PROGRAMS = candump cansniffer cansend canplayer cangen\
|
||||||
log2long log2asc asc2log slcan_attach
|
log2long log2asc asc2log slcan_attach vcan
|
||||||
|
|
||||||
all: $(PROGRAMS)
|
all: $(PROGRAMS)
|
||||||
|
|
||||||
|
|||||||
@@ -9,6 +9,8 @@
|
|||||||
* otherwise use strace, or feel free to add the code before this
|
* otherwise use strace, or feel free to add the code before this
|
||||||
* whole thing is dumped to the bit bucket.
|
* whole thing is dumped to the bit bucket.
|
||||||
*
|
*
|
||||||
|
* Parts of this code were taken from the iproute source.
|
||||||
|
*
|
||||||
* urs
|
* urs
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user