add libubootenv package

This commit is contained in:
Daniel Barlow
2024-01-02 17:44:56 +00:00
parent e7747832ad
commit d6f96c0448
3 changed files with 25 additions and 0 deletions

View File

@@ -0,0 +1,6 @@
CFLAGS=$(INC) -D_LINUX_TYPES_H -D_LINUX_STRING_H_
fw_printenv: fw_env_main.o fw_env.o \
crc32.o ctype.o linux_string.o \
env_attr.o env_flags.o
$(CC) -o $@ $^