mail archive of the barebox mailing list
 help / color / mirror / Atom feed
From: "Robert P. J. Day" <rpjday@crashcourse.ca>
To: "U-Boot Version 2 (barebox)" <barebox@lists.infradead.org>
Subject: more CONFIG oddities in the current barebox tree
Date: Sun, 20 Dec 2009 07:08:02 -0500 (EST)	[thread overview]
Message-ID: <alpine.LFD.2.00.0912200705560.18199@localhost> (raw)


  here's a short list of Makefile CONFIG tests that test for
non-existent CONFIG variables -- not strictly an error, just valueless
and can be removed if there's no compelling reason to keep them.  (as
always, could be trivial false positives).

===== CMD_I2C =====
./commands/Makefile:obj-$(CONFIG_CMD_I2C)		+= i2c.o
===== LOGO =====
./scripts/Makefile:hostprogs-$(CONFIG_LOGO)         += pnmtologo
===== MODULE =====
./common/Makefile:obj-$(CONFIG_MODULE)		+= module.o
./arch/ppc/Makefile:ifndef CONFIG_MODULE
===== MODVERSIONS =====
./Makefile:  KBUILD_BUILTIN := $(if $(CONFIG_MODVERSIONS),1)
./scripts/Makefile:#subdir-$(CONFIG_MODVERSIONS) += genksyms
===== PROM_CONSOLE =====
./scripts/Makefile:hostprogs-$(CONFIG_PROM_CONSOLE) += conmakehash
===== SIMPLE_PARSER =====
./commands/Makefile:obj-$(CONFIG_SIMPLE_PARSER)	+= setenv.o
===== USE_IRQ =====
./arch/ppc/mach-mpc5xxx/Makefile:obj-$(CONFIG_USE_IRQ)	+=
interrupts.o
./arch/ppc/lib/Makefile:obj-$(CONFIG_USE_IRQ) += interrupts.o
===== VT =====
./scripts/Makefile:hostprogs-$(CONFIG_VT)           += conmakehash

  if any of that can be obviously deleted, let me know and i can
submit the appropriate patches.

rday
--

========================================================================
Robert P. J. Day                               Waterloo, Ontario, CANADA

            Linux Consulting, Training and Kernel Pedantry.

Web page:                                          http://crashcourse.ca
Twitter:                                       http://twitter.com/rpjday
========================================================================

_______________________________________________
barebox mailing list
barebox@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/barebox

             reply	other threads:[~2009-12-20 12:08 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2009-12-20 12:08 Robert P. J. Day [this message]
2009-12-21  9:32 ` Sascha Hauer
2009-12-21  9:37   ` Robert P. J. Day
2009-12-21 13:09   ` Robert P. J. Day
2009-12-21 13:27     ` Sascha Hauer
2009-12-21 13:56       ` Robert P. J. Day

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=alpine.LFD.2.00.0912200705560.18199@localhost \
    --to=rpjday@crashcourse.ca \
    --cc=barebox@lists.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