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