Adding (empty) devices.dat as this is needed by the phone app to start.
[lede.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