mirror of
https://github.com/fail0verflow/switch-coreboot.git
synced 2025-05-04 01:39:18 -04:00
- Commit the nrv2b compressor source to the tree.
I thought I had added it a while ago but I forgot to cvs add it.
This commit is contained in:
parent
d82ec7bd7b
commit
008acb3a52
2 changed files with 1479 additions and 0 deletions
7
util/nrv2b/Makefile
Normal file
7
util/nrv2b/Makefile
Normal file
|
@ -0,0 +1,7 @@
|
|||
GCC=gcc
|
||||
|
||||
nrv2b: nrv2b.c
|
||||
$(GCC) -O2 -DENCODE -DDECODE -DMAIN -DVERBOSE -DNDEBUG -DBITSIZE=32 -DENDIAN=0 -o $@ $<
|
||||
|
||||
clean:
|
||||
rm -f nrv2b
|
1472
util/nrv2b/nrv2b.c
Normal file
1472
util/nrv2b/nrv2b.c
Normal file
File diff suppressed because it is too large
Load diff
Loading…
Add table
Reference in a new issue