mirror of
https://github.com/portapack-mayhem/mayhem-firmware.git
synced 2025-08-23 07:27:41 +00:00
Generate and append terminator chunk to basebands image.
This commit is contained in:
@@ -345,10 +345,17 @@ add_custom_target(
|
|||||||
|
|
||||||
set(BASEBAND_IMAGES ${BASEBAND_IMAGES} hackrf.img)
|
set(BASEBAND_IMAGES ${BASEBAND_IMAGES} hackrf.img)
|
||||||
|
|
||||||
|
### Terminator image
|
||||||
|
|
||||||
|
add_custom_target(
|
||||||
|
terminator.img
|
||||||
|
COMMAND ${MAKE_IMAGE_CHUNK} terminator.img
|
||||||
|
)
|
||||||
|
|
||||||
#######################################################################
|
#######################################################################
|
||||||
|
|
||||||
add_custom_target(
|
add_custom_target(
|
||||||
baseband.img
|
baseband.img
|
||||||
COMMAND cat ${BASEBAND_IMAGES} >baseband.img
|
COMMAND cat ${BASEBAND_IMAGES} terminator.img >baseband.img
|
||||||
DEPENDS ${BASEBAND_IMAGES}
|
DEPENDS ${BASEBAND_IMAGES} terminator.img
|
||||||
)
|
)
|
||||||
|
Reference in New Issue
Block a user