[<prev] [next>] [day] [month] [year] [list]
Message-ID: <alpine.LFD.1.00.0802130643100.27759@localhost.localdomain>
Date: Wed, 13 Feb 2008 06:46:01 -0500 (EST)
From: "Robert P. J. Day" <rpjday@...shcourse.ca>
To: Linux Kernel Mailing List <linux-kernel@...r.kernel.org>
Subject: bad CONFIG variable references in *Makefiles*
unlike the previous list, here's a (much shorter) list of references
to CONFIG_ variables that occur in Makefiles that don't appear to be
defined anywhere in the tree.
because this is a much shorter list, i don't break it down by
subdirectory, it covers the entire tree:
http://www.crashcourse.ca/wiki/index.php/Badref_make_CONFIG_variables
for example:
...
===== MSPETH =====
./arch/mips/pmc-sierra/msp71xx/Makefile:obj-$(CONFIG_MSPETH) += msp_eth.o
...
that makefile conditionally compiles based on the value of
CONFIG_MSPETH, despite the fact that CONFIG_MSPETH is not defined
anywhere. you get the idea. there are only a couple dozen of these.
rday
--
========================================================================
Robert P. J. Day
Linux Consulting, Training and Annoying Kernel Pedantry:
Have classroom, will lecture.
http://crashcourse.ca Waterloo, Ontario, CANADA
========================================================================
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists