mirror of
https://github.com/xcat2/xNBA.git
synced 2024-11-25 19:08:35 +00:00
90bffed805
bromutil.c has been updated with a command to "fix" 3c905B NICs so that EEPROMs larger than 8K may be used. cromutil.c has been replaced with an updated version that has been included in etherboot-5.4 for some time now. See README for usage. Signed-off-by: Marty Connor <mdc@etherboot.org>
10 lines
166 B
Makefile
10 lines
166 B
Makefile
FILES = cromutil ocromutil bromutil
|
|
|
|
INCLUDEDIR = /usr/include
|
|
CFLAGS = -O2 -fomit-frame-pointer -Wall -I$(INCLUDEDIR)
|
|
|
|
all: $(FILES)
|
|
|
|
clean:
|
|
rm -f $(FILES) *~ core
|