mirror of
https://github.com/motioneye-project/motioneyeos.git
synced 2025-07-30 22:56:33 +00:00
imx-lib: remove now-redundant ccache handling
Signed-off-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be> Reviewed-by: Romain Naour <romain.naour@openwide.fr> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
This commit is contained in:
parent
906a01128c
commit
7908e3443e
@ -21,7 +21,7 @@ IMX_LIB_INCLUDE = \
|
|||||||
IMX_LIB_MAKE_ENV = \
|
IMX_LIB_MAKE_ENV = \
|
||||||
$(TARGET_MAKE_ENV) \
|
$(TARGET_MAKE_ENV) \
|
||||||
$(TARGET_CONFIGURE_OPTS) \
|
$(TARGET_CONFIGURE_OPTS) \
|
||||||
CROSS_COMPILE="$(CCACHE) $(TARGET_CROSS)" \
|
CROSS_COMPILE="$(TARGET_CROSS)" \
|
||||||
PLATFORM=$(BR2_PACKAGE_FREESCALE_IMX_PLATFORM) \
|
PLATFORM=$(BR2_PACKAGE_FREESCALE_IMX_PLATFORM) \
|
||||||
INCLUDE="$(IMX_LIB_INCLUDE)"
|
INCLUDE="$(IMX_LIB_INCLUDE)"
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user