move sboot to the root directory
[open-ath9k-htc-firmware.git] / target_firmware / magpie_fw_dev / build / utility / athfw2lnx / Makefile
diff --git a/target_firmware/magpie_fw_dev/build/utility/athfw2lnx/Makefile b/target_firmware/magpie_fw_dev/build/utility/athfw2lnx/Makefile
deleted file mode 100644 (file)
index f13c296..0000000
+++ /dev/null
@@ -1,11 +0,0 @@
-all: athfw2lnx
-
-ifeq ($(ATH_FW),)
-$(error "ERROR: usage: make ATH_FW=fw.c")
-endif
-
-athfw2lnx: athfw2lnx.c $(ATH_FW)
-       gcc -o $@ athfw2lnx.c $(ATH_FW)
-
-clean:
-       rm -f athfw2lnx