UI: Move ui_portapack.* to common.
Otherwise blinky won't build. TODO: Tried to tease apart all the dependencies to get blinky to build without, but it's such a twisted knot...
This commit is contained in:
@ -59,7 +59,7 @@ set(SRC_M4
|
|||||||
if(USER_INTERFACE STREQUAL "PORTAPACK")
|
if(USER_INTERFACE STREQUAL "PORTAPACK")
|
||||||
SET(SRC_M4
|
SET(SRC_M4
|
||||||
${SRC_M4}
|
${SRC_M4}
|
||||||
ui_portapack.c
|
"${PATH_HACKRF_FIRMWARE_COMMON}/ui_portapack.c"
|
||||||
)
|
)
|
||||||
endif()
|
endif()
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user