Integrate LZ4 library, compress the ramdisk
All checks were successful
Build documentation / build-and-deploy (push) Successful in 1m53s
All checks were successful
Build documentation / build-and-deploy (push) Successful in 1m53s
This commit is contained in:
9
kernel/lz4/src.mk
Normal file
9
kernel/lz4/src.mk
Normal file
@@ -0,0 +1,9 @@
|
||||
c += lz4/lz4.c \
|
||||
lz4/lz4frame.c \
|
||||
lz4/lz4hc.c \
|
||||
lz4/xxhash.c
|
||||
|
||||
o += lz4/lz4.o \
|
||||
lz4/lz4frame.o \
|
||||
lz4/lz4hc.o \
|
||||
lz4/xxhash.o
|
||||
Reference in New Issue
Block a user