Initial cut of the open ath9k htc firmware.
[open-ath9k-htc-firmware.git] / target_firmware / magpie_fw_dev / build / utility / athfw2lnx / Makefile
1 all: athfw2lnx
2
3 ifeq ($(ATH_FW),)
4 $(error "ERROR: usage: make ATH_FW=fw.c")
5 endif
6
7 athfw2lnx: athfw2lnx.c $(ATH_FW)
8         gcc -o $@ athfw2lnx.c $(ATH_FW)
9
10 clean:
11         rm -f athfw2lnx