diff options
Diffstat (limited to 'scripts/Makefile')
-rw-r--r-- | scripts/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/Makefile b/scripts/Makefile index d531a1fcef0c..ea41de8fb7f5 100644 --- a/scripts/Makefile +++ b/scripts/Makefile | |||
@@ -19,7 +19,7 @@ always := $(hostprogs-y) | |||
19 | hostprogs-y += unifdef | 19 | hostprogs-y += unifdef |
20 | 20 | ||
21 | subdir-$(CONFIG_MODVERSIONS) += genksyms | 21 | subdir-$(CONFIG_MODVERSIONS) += genksyms |
22 | subdir-$(CONFIG_MODULES) += mod | 22 | subdir-y += mod |
23 | 23 | ||
24 | # Let clean descend into subdirs | 24 | # Let clean descend into subdirs |
25 | subdir- += basic kconfig package | 25 | subdir- += basic kconfig package |