]> git.ipfire.org Git - people/ms/u-boot.git/blob - board/integratorap/config.mk
Add support for a saving build objects in a separate directory.
[people/ms/u-boot.git] / board / integratorap / config.mk
1 #
2 # image should be loaded at 0x01000000
3 #
4
5 TEXT_BASE = 0x01000000
6
7 ifneq ($(OBJTREE),$(SRCTREE))
8 # We are building u-boot in a separate directory, use generated
9 # .lds script from OBJTREE directory.
10 LDSCRIPT := $(OBJTREE)/board/$(BOARDDIR)/u-boot.lds
11 endif