]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
sandbox: Adjust Makefile so that standalone/api are not built
authorSimon Glass <sjg@chromium.org>
Tue, 25 Oct 2011 11:29:28 +0000 (11:29 +0000)
committerWolfgang Denk <wd@denx.de>
Thu, 3 Nov 2011 21:34:57 +0000 (22:34 +0100)
commitb5728756e8af5633cbda4a1ba08aa244d60e60b5
treeb9295629cb28ca787f19b8fa3f366dd959a286c5
parentcceea66bfe1c6c654a1acd27eaf7b63048c97f09
sandbox: Adjust Makefile so that standalone/api are not built

The check for sandbox architecture is too early in the Makefile, so
standalone and api are built regardless. This moves the check until
after autoconf.mk has been read.

This fixes a build breakage.

Signed-off-by: Simon Glass <sjg@chromium.org>
Makefile