e4e7f24920
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
7 lines
90 B
Makefile
7 lines
90 B
Makefile
all: oseama
|
|
|
|
oseama:
|
|
$(CC) $(CFLAGS) -Wall oseama.c md5.c -o $@ $^
|
|
|
|
clean:
|
|
rm -f oseama
|