mirror of
https://github.com/portapack-mayhem/mayhem-firmware.git
synced 2025-08-15 03:37:40 +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)
|
||||
|
||||
### Terminator image
|
||||
|
||||
add_custom_target(
|
||||
terminator.img
|
||||
COMMAND ${MAKE_IMAGE_CHUNK} terminator.img
|
||||
)
|
||||
|
||||
#######################################################################
|
||||
|
||||
add_custom_target(
|
||||
baseband.img
|
||||
COMMAND cat ${BASEBAND_IMAGES} >baseband.img
|
||||
DEPENDS ${BASEBAND_IMAGES}
|
||||
COMMAND cat ${BASEBAND_IMAGES} terminator.img >baseband.img
|
||||
DEPENDS ${BASEBAND_IMAGES} terminator.img
|
||||
)
|
||||
|
Reference in New Issue
Block a user