mirror of
https://github.com/portapack-mayhem/mayhem-firmware.git
synced 2025-11-15 01:13:07 +00:00
Cmake - generate new ppfw when firmware changes (#1782)
This commit is contained in:
@@ -100,7 +100,7 @@ add_custom_command(
|
|||||||
COMMAND mkdir -p firmware_tar/APPS
|
COMMAND mkdir -p firmware_tar/APPS
|
||||||
COMMAND cp application/*.ppma firmware_tar/APPS
|
COMMAND cp application/*.ppma firmware_tar/APPS
|
||||||
COMMAND cd firmware_tar && tar -cvaf ../${PPFW_FILENAME} *
|
COMMAND cd firmware_tar && tar -cvaf ../${PPFW_FILENAME} *
|
||||||
DEPENDS firmware
|
DEPENDS firmware ${FIRMWARE_FILENAME}
|
||||||
# Dont use VERBATIM here as it prevents usage of globbing (*)
|
# Dont use VERBATIM here as it prevents usage of globbing (*)
|
||||||
# There shouldnt be any funny business in the filenames above :)
|
# There shouldnt be any funny business in the filenames above :)
|
||||||
)
|
)
|
||||||
|
|||||||
Reference in New Issue
Block a user