summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorPatrick Georgi <patrick@georgi-clan.de>2011-05-21 22:18:59 +0000
committerPatrick Georgi <patrick.georgi@coresystems.de>2011-05-21 22:18:59 +0000
commit40ad842ade3d3b4178b26034b00a06162fd5e5ab (patch)
tree55a1a91dea38dabe012de2580a8d50571de1902b /Makefile
parent29ddbb813fecc42ebb40aa52e5dd73696027d791 (diff)
downloadcoreboot-staging-40ad842ade3d3b4178b26034b00a06162fd5e5ab.zip
coreboot-staging-40ad842ade3d3b4178b26034b00a06162fd5e5ab.tar.gz
Add regression test for build directory handling to make lint target
A couple of scenarios that were fixed in the last few revisions are tested to ensure that it's easy to determine breakage. Signed-off-by: Patrick Georgi <patrick@georgi-clan.de> Acked-by: Patrick Georgi <patrick@georgi-clan.de> git-svn-id: svn://svn.coreboot.org/coreboot/trunk@6607 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 04fbb02..5082f7e 100644
--- a/Makefile
+++ b/Makefile
@@ -237,7 +237,9 @@ printall:
endif
+ifndef NOMKDIR
$(shell mkdir -p $(obj) $(objutil)/kconfig/lxdialog $(additional-dirs) $(alldirs))
+endif
cscope:
cscope -bR
OpenPOWER on IntegriCloud