summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTobias Klauser <tklauser@distanz.ch>2010-11-03 13:49:02 +0100
committerTobias Klauser <tklauser@distanz.ch>2010-11-03 13:49:02 +0100
commit9037aad768e08d6db68a62d5f2247a6f98056e7d (patch)
tree3cd97716d5cf7279fe49276808f31a535d6c1d7f
parent0340e79597685b2ffc177283f50e450d2949cff5 (diff)
Hook up mkubootenv in Makefile
-rw-r--r--Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 6abaaee..972f97e 100644
--- a/Makefile
+++ b/Makefile
@@ -2,6 +2,7 @@
all clean romfs:
$(MAKE) -C env $@
+ $(MAKE) -C mkubootenv $@
UBOOT_SRC = ../../../../u-boot