video/logo: do not generate unneeded logo C files
authorMasahiro Yamada <yamada.masahiro@socionext.com>
Wed, 21 Aug 2019 04:12:35 +0000 (13:12 +0900)
committerMasahiro Yamada <yamada.masahiro@socionext.com>
Sat, 5 Oct 2019 06:29:49 +0000 (15:29 +0900)
commit01bb25156d856e3efb887a273c03f8ba66f8fb0f
tree71976e8c95a470988b6751d4a00ed88ec514edd3
parenta9bbe79fd5cb2411d69ab8a2e94bb701ca45e133
video/logo: do not generate unneeded logo C files

Currently, all the logo C files are generated irrespective of the
CONFIG options. Adding them to extra-y is wrong. What we need to do
here is to add them to 'targets' so that if_changed works properly.

Files listed in 'targets' are cleaned, so clean-files is unneeded.

Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com>
drivers/video/logo/Makefile