From: Marek Vasut Date: Mon, 28 Apr 2014 09:56:30 +0000 (+0200) Subject: tools: env: Add aes.c placeholder X-Git-Tag: v2014.07-rc2~34 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=cd834a053b9a46a74f7d1ccd1b68d983712cdeb4;p=u-boot tools: env: Add aes.c placeholder Add missing aes.c placeholder which includes lib/aes.c . Without this one, tools/env/ will fail to build. Signed-off-by: Marek Vasut Cc: Alexey Brodkin Cc: Masahiro Yamada Tested-by: Alexey Brodkin Tested-by: Heiko Schocher --- diff --git a/tools/env/aes.c b/tools/env/aes.c new file mode 100644 index 0000000000..9e42679e34 --- /dev/null +++ b/tools/env/aes.c @@ -0,0 +1 @@ +#include "../../lib/aes.c"