commit | 95fb6317b3ab827aa35e7e52cb3a535b0cc6ec7e | [log] [tgz] |
---|---|---|
author | Masahiro Yamada <masahiroy@kernel.org> | Mon Jun 01 14:56:58 2020 +0900 |
committer | Masahiro Yamada <masahiroy@kernel.org> | Mon Jun 01 21:50:48 2020 +0900 |
tree | 5a1519144a3dbf8bca8327654479f0e4112993a1 | |
parent | 23febe375d94d55927019467b6ac5fd503d83b2d [diff] |
kbuild: merge net-y and virt-y into drivers-y This will slightly change the link order; drivers-y from arch Makefile will be linked after virt/built-in.a, but I guess this is not a big deal. Signed-off-by: Masahiro Yamada <masahiroy@kernel.org>