mirror of
https://github.com/corda/corda.git
synced 2025-01-07 13:38:47 +00:00
move bootimage generator to src/tools
This commit is contained in:
parent
186a3993b5
commit
32044637cd
2
makefile
2
makefile
@ -1036,7 +1036,7 @@ ifeq ($(continuations),true)
|
|||||||
asmflags += -DAVIAN_CONTINUATIONS
|
asmflags += -DAVIAN_CONTINUATIONS
|
||||||
endif
|
endif
|
||||||
|
|
||||||
bootimage-generator-sources = $(src)/bootimage.cpp
|
bootimage-generator-sources = $(src)/tools/bootimage-generator/main.cpp
|
||||||
ifneq ($(lzma),)
|
ifneq ($(lzma),)
|
||||||
bootimage-generator-sources += $(src)/lzma-encode.cpp
|
bootimage-generator-sources += $(src)/lzma-encode.cpp
|
||||||
endif
|
endif
|
||||||
|
Loading…
Reference in New Issue
Block a user