usbmodeswitch: Updated to v.1.2.6 from shibby's branch.
[tomato.git] / release / src / router / sd-idle / Makefile
blob683e3b0496ad855a813f2e7ed2d9affe7ccd1666
1 include ../common.mak
3 all: sd-idle
5 clean:
6 rm -f sd-idle
8 install: all
9 install -m 0755 -D sd-idle $(INSTALLDIR)/usr/bin/sd-idle
11 sd-idle: sd-idle.c Makefile
12 @echo " [sd-idle] CC -o $@"
13 @$(CC) ${CFLAGS} ${LDFLAGS} -o sd-idle sd-idle.c