Buildroot Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] using of local dir
@ 2008-03-26 17:59 Dittmann, Daniel
  2008-03-26 18:09 ` Bernhard Fischer
  0 siblings, 1 reply; 7+ messages in thread
From: Dittmann, Daniel @ 2008-03-26 17:59 UTC (permalink / raw)
  To: buildroot

Hello,

in buildroot Makefile this includes the board specific config
file from the local dir.

-include $(TOPDIR)/local/$(BOARD)/$(BOARD).config

Some lines later the LOCAL variable will be set:

ifneq ($(BUILDROOT_LOCAL),)
LOCAL:=$(BUILDROOT_LOCAL)
else
LOCAL:=local
endif


I think the LOCAL variable must be initialized before the include
command and it have to use the LOCAL variable.

Is this correct?

Thanks,

Daniel

^ permalink raw reply	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2008-03-27  5:14 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-03-26 17:59 [Buildroot] using of local dir Dittmann, Daniel
2008-03-26 18:09 ` Bernhard Fischer
2008-03-26 20:12   ` Peter Korsgaard
2008-03-26 20:36     ` Ulf Samuelsson
2008-03-26 21:41       ` Peter Korsgaard
2008-03-27  2:57     ` Hamish Moffatt
2008-03-27  5:14       ` Ulf Samuelsson

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox