]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
kbuild: remove useless $(gen) variable in Makefile.headersinst
authorMasahiro Yamada <yamada.masahiro@socionext.com>
Sun, 9 Jul 2017 18:32:33 +0000 (03:32 +0900)
committerMasahiro Yamada <yamada.masahiro@socionext.com>
Sun, 9 Jul 2017 18:43:17 +0000 (03:43 +0900)
commit87ebb94e28ccac00bacba0d6a0dac0aac5b9c63b
treedb1201b3397a1c42b56d9cd2a7b27a750cbd0a3c
parent2b976203417cf033079e0be30cae5f41d88e385e
kbuild: remove useless $(gen) variable in Makefile.headersinst

We have no true case for the $(if $(gen), ...) conditional.  Drop it
to simplify the gendir calculation.

Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com>
scripts/Makefile.headersinst