openwrtv4/package/utils/oseama/src/Makefile
Rafał Miłecki e4e7f24920 oseama: support creating single Seama entity
This will be needed to handle sysupgrade on NAND in a smart way. We'll
need to extract kernel our of provided Seama container, put in in a new
Seama entity and flash.

Signed-off-by: Rafał Miłecki <zajec5@gmail.com>

SVN-Revision: 48552
2016-01-29 22:21:45 +00:00

7 lines
90 B
Makefile

all: oseama
oseama:
$(CC) $(CFLAGS) -Wall oseama.c md5.c -o $@ $^
clean:
rm -f oseama