diff options
author | Tobias Klauser <tklauser@distanz.ch> | 2010-11-03 13:49:02 +0100 |
---|---|---|
committer | Tobias Klauser <tklauser@distanz.ch> | 2010-11-03 13:49:02 +0100 |
commit | 9037aad768e08d6db68a62d5f2247a6f98056e7d (patch) | |
tree | 3cd97716d5cf7279fe49276808f31a535d6c1d7f /Makefile | |
parent | 0340e79597685b2ffc177283f50e450d2949cff5 (diff) |
Hook up mkubootenv in Makefile
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -2,6 +2,7 @@ all clean romfs: $(MAKE) -C env $@ + $(MAKE) -C mkubootenv $@ UBOOT_SRC = ../../../../u-boot |