mirror of
https://github.com/adrcs/ip400.git
synced 2025-07-04 11:05:45 +03:00
added utils
This commit is contained in:
parent
a9a3f739b4
commit
a9b13d2c39
85 changed files with 9213 additions and 0 deletions
14
rpi/eeprom/docs/eepromutils/Makefile
Normal file
14
rpi/eeprom/docs/eepromutils/Makefile
Normal file
|
@ -0,0 +1,14 @@
|
|||
# Current tools are eepmake and eepdump
|
||||
|
||||
CC ?= gcc
|
||||
|
||||
all: eepmake eepdump
|
||||
|
||||
eepmake: eeptypes.h eepmake.c
|
||||
$(CC) eepmake.c -o eepmake -Wno-format
|
||||
|
||||
eepdump: eeptypes.h eepdump.c
|
||||
$(CC) eepdump.c -o eepdump -Wno-format
|
||||
|
||||
clean:
|
||||
rm -f eepmake eepdump
|
Loading…
Add table
Add a link
Reference in a new issue