]> rtime.felk.cvut.cz Git - can-utils.git/commit
Android.mk: canbusload: fix compilation, make use of libcan
authorMarc Kleine-Budde <mkl@pengutronix.de>
Fri, 31 Jan 2014 10:21:00 +0000 (11:21 +0100)
committerMarc Kleine-Budde <mkl@pengutronix.de>
Fri, 31 Jan 2014 10:52:20 +0000 (11:52 +0100)
commit02d32df1dcbff3324750c2abc2bdf052724b99b9
tree5cdc36a5c8acdacc36fd85a47e324f615910fcb2
parentf878a5fa2cc3fd6f8f375f506ebdabfa590037cb
Android.mk: canbusload: fix compilation, make use of libcan

In commit

    2206f92 canbusload: Add exact CAN frame length calculation (including bitstuffing)

the function to calculate the can_frame_length was moved into a seperate file
(canframelen.c). This patch for the Android makefile adds canframelen.c to the
lib, too and lets canbusload link against the lib.

Tested-by: Yegor Yefremov <yegorslists@googlemail.com>
Signed-off-by: Marc Kleine-Budde <mkl@pengutronix.de>
Android.mk