mirror of
https://github.com/eried/portapack-mayhem.git
synced 2024-10-01 01:26:06 -04:00
Generate and append terminator chunk to basebands image.
This commit is contained in:
parent
c3d81f1496
commit
f683980052
@ -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
|
||||
)
|
||||
|
Loading…
Reference in New Issue
Block a user