mirror of
https://github.com/adrcs/ip400.git
synced 2025-07-05 19:35:45 +03:00
added utils
This commit is contained in:
parent
a9a3f739b4
commit
a9b13d2c39
85 changed files with 9213 additions and 0 deletions
11
rpi/stm32flash/parsers/Makefile.am
Normal file
11
rpi/stm32flash/parsers/Makefile.am
Normal file
|
@ -0,0 +1,11 @@
|
|||
noinst_LTLIBRARIES = parsers.la
|
||||
|
||||
|
||||
parsers_la_SOURCES = binary.h binary.c hex.h hex.c parser.h
|
||||
|
||||
parsers_la_CXXFLAGS = -Wall -g
|
||||
|
||||
|
||||
parsers_la_LDFLAGS = -module -avoid-version
|
||||
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue