From: Masahiro Yamada Date: Thu, 17 Apr 2014 02:47:47 +0000 (+0900) Subject: kbuild: do not add "selinux" to subdir- twice X-Git-Tag: omap-for-v3.16/fixes-against-rc1~28^2~4 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c43cecadb0bf0ccd6e9c96a920c753ae47dce567;p=pandora-kernel.git kbuild: do not add "selinux" to subdir- twice scripts/Makefile adds "selinux" to subdir-y or subdir- twice. subdir-$(CONFIG_MODVERSIONS) += genksyms subdir-y += mod subdir-$(CONFIG_SECURITY_SELINUX) += selinux <--- here subdir-$(CONFIG_DTC) += dtc # Let clean descend into subdirs subdir- += basic kconfig package selinux <--- again The latter is redundant. Signed-off-by: Masahiro Yamada Signed-off-by: Michal Marek --- Reading git-diff-tree failed