From 3de30450c37616bb586806641dae8b9053d8ec39 Mon Sep 17 00:00:00 2001 From: Gerd Hoffmann Date: Wed, 8 Nov 2017 13:07:22 +0100 Subject: Add README Signed-off-by: Gerd Hoffmann --- README | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 README diff --git a/README b/README new file mode 100644 index 0000000..ec30129 --- /dev/null +++ b/README @@ -0,0 +1,14 @@ + +precompiled firmware binaries for qemu +-------------------------------------- + +directory layout: + + blobs - the binaries + repos - the sources, as git submodules + configs - config files needed for the builds + scripts - scripts needed for the builds + +The toplevel Makefile has the rules needed to build the firmware, +please use "make help" to get a list of build targets. + -- cgit