mirror of
https://github.com/corda/corda.git
synced 2025-01-04 04:04:27 +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
|
||||
endif
|
||||
|
||||
bootimage-generator-sources = $(src)/bootimage.cpp
|
||||
bootimage-generator-sources = $(src)/tools/bootimage-generator/main.cpp
|
||||
ifneq ($(lzma),)
|
||||
bootimage-generator-sources += $(src)/lzma-encode.cpp
|
||||
endif
|
||||
|
Loading…
Reference in New Issue
Block a user