mirror of
git://sourceware.org/git/lvm2.git
synced 2024-12-22 17:35:59 +03:00
23 lines
748 B
Diff
23 lines
748 B
Diff
--- uml_build/arch/um/config.in.orig Tue Jan 2 14:33:42 2001
|
|
+++ uml_build/arch/um/config.in Tue Jan 2 14:35:42 2001
|
|
@@ -15,6 +15,8 @@
|
|
bool 'Prompt for development and/or incomplete code/drivers' CONFIG_EXPERIMENTAL
|
|
endmenu
|
|
|
|
+source drivers/md/Config.in
|
|
+
|
|
mainmenu_option next_comment
|
|
comment 'Processor features'
|
|
bool 'Symmetric multi-processing support' CONFIG_SMP
|
|
--- linux/drivers/md/Makefile.orig Thu Jul 26 14:58:21 2001
|
|
+++ linux/drivers/md/Makefile Thu Jul 26 14:58:40 2001
|
|
@@ -6,7 +6,7 @@
|
|
|
|
export-objs := md.o xor.o
|
|
list-multi := lvm-mod.o
|
|
-lvm-mod-objs := lvm.o lvm-snap.o
|
|
+lvm-mod-objs := device-mapper.o
|
|
|
|
# Note: link order is important. All raid personalities
|
|
# and xor.o must come before md.o, as they each initialise
|