]> xenbits.xensource.com Git - seabios.git/commit
build: Don't require $(OUT) to be a sub-directory of the main directory.
authorKevin O'Connor <kevin@koconnor.net>
Sun, 17 Feb 2013 15:56:10 +0000 (10:56 -0500)
committerKevin O'Connor <kevin@koconnor.net>
Sun, 24 Feb 2013 17:01:26 +0000 (12:01 -0500)
commit4219149ad2b783abfa61e80e9e9f6910db0c76c9
tree35dddee233336b56eedff003c99fedfce6f20b22
parentd75c22fcb6521dad11428b65789d92f89675c600
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