build: Don't require $(OUT) to be a sub-directory of the main directory.
commit232191220043265ab95d3c4b79548cd24ac1d6f0
authorKevin O'Connor <kevin@koconnor.net>
Sun, 17 Feb 2013 15:56:10 +0000 (17 10:56 -0500)
committerKevin O'Connor <kevin@koconnor.net>
Sun, 17 Feb 2013 16:06:05 +0000 (17 11:06 -0500)
tree7cc3527b204ce0584d4a8784a8454ec980146d1e
parent4c405cbfd43896db23d6f4f9a036140483f8e7af
build: Don't require $(OUT) to be a sub-directory of the main directory.

Remove references to "../" and "out/" from the build so that "make
OUT=/a/b/c/" will work.

Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
Makefile
src/Kconfig
tools/test-build.sh