Importing mkelfimage from
[coreboot.git] / util / mkelfImage / util / Makefile
diff --git a/util/mkelfImage/util/Makefile b/util/mkelfImage/util/Makefile
new file mode 100644 (file)
index 0000000..67ec05b
--- /dev/null
@@ -0,0 +1,3 @@
+$(OBJDIR)/bin/bin-to-hex: util/bin-to-hex.c
+       $(MKDIR) -p $(@D)
+       $(HOST_CC) $(HOST_CFLAGS) $< -o $@