1
0
Fork 0

2 Commits (e56631aa07557ff70fca7f2105a9c79dc6d1cf4e)

Author SHA1 Message Date
Andrea Galbusera e56631aa07 Makefile: do not run depmod manually
The kernel build infrastructure already runs depmod properly in its
modules_install target, doing so in a cross-compilation friendly way. Running it
with no arguments is useless and also harmful since it breaks cross-compilation
contexts by scanning dependencies on the modules installed on the host instead
of those being built for the target.

Signed-off-by: Andrea Galbusera <gizero@gmail.com>
8 years ago
Oliver Hartkopp 9f3caa6fe3 Initial commit based on https://github.com/downwith/linux-isotp
This repository contains a rework to simplify the build of the former ISO-TP
development repository at https://github.com/hartkopp/can-isotp-modules.

The build and repository cleanup provided by Nathan L. Conrad  was merged from
https://github.com/downwith/linux-isotp . Thanks Nathan!

Signed-off-by: Oliver Hartkopp <socketcan@hartkopp.net>
8 years ago