diff options
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -583,7 +583,7 @@ export MODLIB | |||
583 | 583 | ||
584 | 584 | ||
585 | ifeq ($(KBUILD_EXTMOD),) | 585 | ifeq ($(KBUILD_EXTMOD),) |
586 | core-y += kernel/ mm/ fs/ ipc/ security/ crypto/ | 586 | core-y += kernel/ mm/ fs/ ipc/ security/ crypto/ block/ |
587 | 587 | ||
588 | vmlinux-dirs := $(patsubst %/,%,$(filter %/, $(init-y) $(init-m) \ | 588 | vmlinux-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) \ |