[PATCH] b44: replace B44_FLAG_INIT_COMPLETE with netif_running()
[powerpc.git] / Makefile
index 2dac801..ea96da1 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -583,7 +583,7 @@ export MODLIB
 
 
 ifeq ($(KBUILD_EXTMOD),)
-core-y         += kernel/ mm/ fs/ ipc/ security/ crypto/
+core-y         += kernel/ mm/ fs/ ipc/ security/ crypto/ block/
 
 vmlinux-dirs   := $(patsubst %/,%,$(filter %/, $(init-y) $(init-m) \
                     $(core-y) $(core-m) $(drivers-y) $(drivers-m) \