Files
linux/drivers
Masahiro Yamada 31a2a32921 fbdev: remove object duplication in Makefile
The objects in $(fb-objs) $(fb-y) $(fb-m) are linked to fb.ko .

This line adds $(fb-y) to fb-objs, so the objects from $(fb-y) are
listed twice as the dependency of the module.

It works because Kbuild trims the duplicated objects from linking,
but there is no good reason to have this line.

Signed-off-by: Masahiro Yamada <masahiroy@kernel.org>
Signed-off-by: Bartlomiej Zolnierkiewicz <b.zolnierkie@samsung.com>
Link: https://patchwork.freedesktop.org/patch/msgid/20200106081352.27730-1-masahiroy@kernel.org
2020-01-15 17:31:52 +01:00
..
2019-11-22 11:16:26 +05:30
2020-01-14 16:22:17 -05:00
2019-12-10 23:15:09 +01:00
2019-12-09 10:36:44 -08:00
2019-12-09 10:36:44 -08:00
2019-11-22 19:56:35 +00:00
2019-12-09 10:36:44 -08:00
2019-11-14 13:06:33 +08:00