From 9037aad768e08d6db68a62d5f2247a6f98056e7d Mon Sep 17 00:00:00 2001 From: Tobias Klauser Date: Wed, 3 Nov 2010 13:49:02 +0100 Subject: Hook up mkubootenv in Makefile --- Makefile | 1 + 1 file changed, 1 insertion(+) (limited to 'Makefile') 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 -- cgit v1.2.3-54-g00ecf