summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorRandall Spangler <rspangler@chromium.org>2010-07-08 15:26:35 -0700
committerRandall Spangler <rspangler@chromium.org>2010-07-08 15:26:35 -0700
commit93bccfc4525d677696c50c3bf280300b0b013bfd (patch)
treeaf2a2c51d9e4bc31d805bb7478394b744f921fe6 /Makefile
parent6832511d3f775c82e64094791afbd0fbc0287129 (diff)
downloadvboot-93bccfc4525d677696c50c3bf280300b0b013bfd.tar.gz
Fix makefiles to work with ebuild
Review URL: http://codereview.chromium.org/2951002
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 70bf0364..638d512a 100644
--- a/Makefile
+++ b/Makefile
@@ -35,7 +35,7 @@ clean:
install:
$(MAKE) -C utility install
$(MAKE) -C cgpt install
-# $(MAKE) -C tests install
+ $(MAKE) -C tests install
runtests:
$(MAKE) -C tests runtests