* what's with CONFIG_MTD_PISMO?
@ 2010-01-03 12:18 Robert P. J. Day
2010-01-10 9:05 ` Artem Bityutskiy
0 siblings, 1 reply; 3+ messages in thread
From: Robert P. J. Day @ 2010-01-03 12:18 UTC (permalink / raw)
To: MTD mailing list
at the moment, there is a Makefile reference to a non-existent
Kconfig variable:
./drivers/mtd/maps/Makefile:obj-$(CONFIG_MTD_PISMO) += pismo.o
but there is no definition of Kconfig variable MTD_PISMO. should
this be defined in a Kconfig file somewhere?
rday
--
========================================================================
Robert P. J. Day Waterloo, Ontario, CANADA
Linux Consulting, Training and Kernel Pedantry.
Web page: http://crashcourse.ca
Twitter: http://twitter.com/rpjday
========================================================================
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: what's with CONFIG_MTD_PISMO?
2010-01-03 12:18 what's with CONFIG_MTD_PISMO? Robert P. J. Day
@ 2010-01-10 9:05 ` Artem Bityutskiy
2010-01-10 10:56 ` Robert P. J. Day
0 siblings, 1 reply; 3+ messages in thread
From: Artem Bityutskiy @ 2010-01-10 9:05 UTC (permalink / raw)
To: Robert P. J. Day; +Cc: MTD mailing list
On Sun, 2010-01-03 at 07:18 -0500, Robert P. J. Day wrote:
> at the moment, there is a Makefile reference to a non-existent
> Kconfig variable:
>
> ./drivers/mtd/maps/Makefile:obj-$(CONFIG_MTD_PISMO) += pismo.o
>
> but there is no definition of Kconfig variable MTD_PISMO. should
> this be defined in a Kconfig file somewhere?
Yeah, the driver and Kconfig part were forgotten somehow. They are
simply absent.
--
Best Regards,
Artem Bityutskiy (Артём Битюцкий)
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: what's with CONFIG_MTD_PISMO?
2010-01-10 9:05 ` Artem Bityutskiy
@ 2010-01-10 10:56 ` Robert P. J. Day
0 siblings, 0 replies; 3+ messages in thread
From: Robert P. J. Day @ 2010-01-10 10:56 UTC (permalink / raw)
To: Artem Bityutskiy; +Cc: MTD mailing list
On Sun, 10 Jan 2010, Artem Bityutskiy wrote:
> On Sun, 2010-01-03 at 07:18 -0500, Robert P. J. Day wrote:
> > at the moment, there is a Makefile reference to a non-existent
> > Kconfig variable:
> >
> > ./drivers/mtd/maps/Makefile:obj-$(CONFIG_MTD_PISMO) += pismo.o
> >
> > but there is no definition of Kconfig variable MTD_PISMO. should
> > this be defined in a Kconfig file somewhere?
>
> Yeah, the driver and Kconfig part were forgotten somehow. They are
> simply absent.
so should i just submit a patch to remove the superfluous bit until
such time as that driver is added in its entirety?
rday
--
========================================================================
Robert P. J. Day Waterloo, Ontario, CANADA
Linux Consulting, Training and Kernel Pedantry.
Web page: http://crashcourse.ca
Twitter: http://twitter.com/rpjday
========================================================================
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2010-01-10 10:57 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-01-03 12:18 what's with CONFIG_MTD_PISMO? Robert P. J. Day
2010-01-10 9:05 ` Artem Bityutskiy
2010-01-10 10:56 ` Robert P. J. Day
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.