move sboot to the root directory
[open-ath9k-htc-firmware.git] / sboot / utility / imghdr / Makefile
diff --git a/sboot/utility/imghdr/Makefile b/sboot/utility/imghdr/Makefile
new file mode 100755 (executable)
index 0000000..24cba41
--- /dev/null
@@ -0,0 +1,10 @@
+TARGET = ../bin/imghdr         # for Linux environment
+#TARGET = ../bin/bin2hex.exe   # for CygWin environment
+
+all: $(TARGET)
+
+$(TARGET):
+       gcc -o $(TARGET) imghdr.c
+
+clean:
+       -rm $(TARGET)