add ifx adsl tools
[openwrt.git] / package / ifxmips_adsl / src / Makefile
1 CFLAGS?=
2
3 TARGET = translate danube_autoboot_daemon danube_mei_debug danube_show_firmware_date cmvread cmvwrite
4
5 all: $(TARGET)
6
7 .PHONY: clean
8 clean:
9 -rm -f $(DEPS) $(OBJS) $(TARGET)
10
This page took 0.042163 seconds and 5 git commands to generate.