X-Git-Url: https://jxself.org/git/?a=blobdiff_plain;f=target_firmware%2Fmagpie_fw_dev%2Fbuild%2Futility%2Fathfw2lnx%2FMakefile;fp=target_firmware%2Fmagpie_fw_dev%2Fbuild%2Futility%2Fathfw2lnx%2FMakefile;h=0000000000000000000000000000000000000000;hb=ff66305a044be28464fa0969ea2d605bb268d478;hp=f13c29621f9087cb548ff99fdf0d4eab7dcb5cf9;hpb=60b496560eec004ded92ae4dad43b3d102c6658d;p=open-ath9k-htc-firmware.git 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 index f13c296..0000000 --- a/target_firmware/magpie_fw_dev/build/utility/athfw2lnx/Makefile +++ /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