aboutsummaryrefslogtreecommitdiffstats
path: root/package/ifxmips_adsl/src/Makefile
blob: 09439cfe57c60bb258d18c94f4d7e2bcc563c572 (plain)
1
2
3
4
5
6
7
8
9
10
CFLAGS?=

TARGET = translate danube_autoboot_daemon danube_mei_debug danube_show_firmware_date cmvread cmvwrite

all: $(TARGET)

.PHONY: clean 
clean:
	-rm -f $(DEPS) $(OBJS) $(TARGET)