Buildroot Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] Where does 'BOARD_NAME' Makefile.in variable come from?
@ 2010-04-16 16:18 Grant Edwards
  2010-04-16 16:29 ` Andrew Porritt
  0 siblings, 1 reply; 3+ messages in thread
From: Grant Edwards @ 2010-04-16 16:18 UTC (permalink / raw)
  To: buildroot

I'm looking at the default config files and Makefile.in files for the
Atmel boards, and they all reference a variable named "BOARD_NAME".
For example from target/device/Atmel/at91sam9261ek/Makefile.in:

ifeq ($(strip $(BOARD_NAME)),at91sam9261ek)
LINUX_BOARD_NAME:=at91sam9261ek
...

And from at91sam9263ek_defconfig

BR2_TARGET_AT91BOOTSTRAP_BOARD="$(BOARD_NAME)"

But, I can't figure out where BOARD_NAME comes from or how it differs
from BR2_BOARD_NAME.  Can somebody point me towards a clue?

-- 
Grant Edwards               grant.b.edwards        Yow! My LESLIE GORE record
                                  at               is BROKEN ...
                              gmail.com            

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

end of thread, other threads:[~2010-04-16 16:49 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-04-16 16:18 [Buildroot] Where does 'BOARD_NAME' Makefile.in variable come from? Grant Edwards
2010-04-16 16:29 ` Andrew Porritt
2010-04-16 16:49   ` Grant Edwards

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