* mtdpart.c not compiled with mtdcore.c ?
@ 2001-02-14 20:54 Vipin Malik
0 siblings, 0 replies; only message in thread
From: Vipin Malik @ 2001-02-14 20:54 UTC (permalink / raw)
To: mtd
Any reason that mtdpart.c is not compiled by default with mtdcore.c when
CONFIG_MTD is "y" ?
The problem is that if one hacks physmap.c to add partitions for one's
own hardware then add_mtd_partitions() are unresolved till one
manually modifies the Makefile.
Can we enable mtdpart.o by default in cases?
Vipin
Index: Makefile
===================================================================
RCS file: /home/cvs/mtd/kernel/Makefile,v
retrieving revision 1.43
diff -u -r1.43 Makefile
--- Makefile 2001/01/05 23:26:26 1.43
+++ Makefile 2001/02/14 20:24:11
@@ -74,7 +74,7 @@
endif
# MTD devices
-obj-$(CONFIG_MTD) += mtdcore.o
+obj-$(CONFIG_MTD) += mtdcore.o mtdpart.o
obj-$(CONFIG_MTD_DOC1000) += doc1000.o
obj-$(CONFIG_MTD_DOC2000) += doc2000.o
obj-$(CONFIG_MTD_DOC2001) += doc2001.o
To unsubscribe, send "unsubscribe mtd" to majordomo@infradead.org
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2001-02-14 20:27 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2001-02-14 20:54 mtdpart.c not compiled with mtdcore.c ? Vipin Malik
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox