public inbox for linux-mtd@lists.infradead.org
 help / color / mirror / Atom feed
From: Vipin Malik <vmalik@danielind.com>
To: mtd <mtd@infradead.org>
Subject: mtdpart.c not compiled with mtdcore.c ?
Date: Wed, 14 Feb 2001 14:54:19 -0600	[thread overview]
Message-ID: <3A8AF07B.D89B76F@danielind.com> (raw)

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

                 reply	other threads:[~2001-02-14 20:27 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=3A8AF07B.D89B76F@danielind.com \
    --to=vmalik@danielind.com \
    --cc=mtd@infradead.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox