mvebu: add support for the Linksys WRT3200ACM (Rango)
[openwrt-github/.git] / package / utils / nvram / src / Makefile
1 all: nvram
2
3 nvram:
4         $(CC) $(CFLAGS) -o $@ cli.c crc.c nvram.c $(LDFLAGS)
5
6 clean:
7         rm -f nvram