Initial upstream commit

The history contained unlicensed code so everything got squashed, sorry.

Change-Id: I9f5775208f9df6fb29074bf3bc498f68cb17b3a0
Signed-off-by: Nico Huber <nico.huber@secunet.com>
diff --git a/Makefile b/Makefile
new file mode 100644
index 0000000..f9e358f
--- /dev/null
+++ b/Makefile
@@ -0,0 +1,6 @@
+name := gfxinit
+
+gfxinit-deplibs := libhw
+
+libhw-dir ?= ../libhwbase/dest
+include $(libhw-dir)/Makefile