aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 2dac8010c142..ea96da1572d5 100644
--- a/Makefile
+++ b/Makefile
@@ -583,7 +583,7 @@ export MODLIB
583 583
584 584
585ifeq ($(KBUILD_EXTMOD),) 585ifeq ($(KBUILD_EXTMOD),)
586core-y += kernel/ mm/ fs/ ipc/ security/ crypto/ 586core-y += kernel/ mm/ fs/ ipc/ security/ crypto/ block/
587 587
588vmlinux-dirs := $(patsubst %/,%,$(filter %/, $(init-y) $(init-m) \ 588vmlinux-dirs := $(patsubst %/,%,$(filter %/, $(init-y) $(init-m) \
589 $(core-y) $(core-m) $(drivers-y) $(drivers-m) \ 589 $(core-y) $(core-m) $(drivers-y) $(drivers-m) \