add a load of fixes from whiterussian to head

SVN-Revision: 1410
This commit is contained in:
Felix Fietkau
2005-07-11 20:26:57 +00:00
parent f137e42da7
commit a47f2a3dff
10 changed files with 139 additions and 67 deletions

View File

@@ -115,6 +115,9 @@ $(eval $(call KMOD_template,IDE,ide,\
$(MODULES_DIR)/kernel/drivers/ide/*.o \
$(MODULES_DIR)/kernel/drivers/ide/*/*.o \
,CONFIG_IDE))
$(eval $(call KMOD_template,LOOP,loop,\
$(MODULES_DIR)/kernel/drivers/block/loop.o \
,CONFIG_BLK_DEV_LOOP))
$(eval $(call KMOD_template,EXT2,ext2,\
$(MODULES_DIR)/kernel/fs/ext2/*.o \
,CONFIG_EXT2_FS))