[Buildroot] using of local dir

Dittmann, Daniel ddittmann at gmx.net
Wed Mar 26 17:59:33 UTC 2008


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




More information about the buildroot mailing list