From mboxrd@z Thu Jan 1 00:00:00 1970 From: Markus Heidelberg Date: Mon, 27 Oct 2008 22:47:33 +0100 Subject: [Buildroot] Synchronisation of dependencies between Config.in and .mk files ? In-Reply-To: <20081027211141.0935d9c0@surf> References: <20081027175645.7e7cb096@surf> <87zlkphoas.fsf@macbook.be.48ers.dk> <20081027211141.0935d9c0@surf> Message-ID: <200810272247.34068.markus.heidelberg@web.de> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: buildroot@busybox.net Thomas Petazzoni, 27.10.2008: > Le Mon, 27 Oct 2008 19:43:07 +0100, > Peter Korsgaard a ?crit : > > > Do you have any ideas about how to solve this in a nicer way? > > Not really. Maybe the Config.in read by kconfig could be generated by > the Makefile system. Either completely from the Makefiles, or from > Config.in.tmp files, parsed and modified to contain the dependencies. When reading it from the Makefiles, you couldn't automatically decide whether to use "select" or "depends on", because in the Makefile there is no difference between them. Markus