carl9170: Update based on commit cd76b7b483731dc5cb467c28cc70478179fbffd5 dated Feb...
[linux-libre-firmware.git] / ath9k_htc / sboot / utility / imghdr / Makefile
1 TARGET = ../bin/imghdr          # for Linux environment
2 #TARGET = ../bin/bin2hex.exe    # for CygWin environment
3
4 all: $(TARGET)
5
6 $(TARGET):
7         gcc -o $(TARGET) imghdr.c
8
9 clean:
10         -rm $(TARGET)