- Initial checkin of the freebios2 tree
git-svn-id: svn://svn.coreboot.org/coreboot/trunk@784 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
This commit is contained in:
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
Reference in New Issue
Block a user