Archived
Add missing dependencies to cbordump build
Compilation was failing when trying to compile cbordump running make in tools directory. Add missing dependencies, cbortojson and cborparser_dup_string to cbordump Makefile. Signed-off-by: Otavio Pontes <otavio.pontes@intel.com> Signed-off-by: Thiago Macieira <thiago.macieira@intel.com>
This commit is contained in:
committed by
Thiago Macieira
parent
f2acf3cf40
commit
e73e4d87be
+1
-1
@@ -6,7 +6,7 @@ all: ../bin ../bin/cbordump
|
||||
../bin:
|
||||
@-mkdir ../bin
|
||||
|
||||
../bin/cbordump: cbordump.o cborparser.o cborerrorstrings.o cborpretty.o
|
||||
../bin/cbordump: cbordump.o cborparser.o cborparser_dup_string.o cbortojson.o cborerrorstrings.o cborpretty.o
|
||||
$(CC) -o $@ $^
|
||||
$(RM) $^
|
||||
|
||||
|
||||
Reference in New Issue
Block a user