Loading core/tasks/kernel.mk +11 −1 Original line number Diff line number Diff line Loading @@ -91,8 +91,18 @@ define clean-module-folder endef ifeq ($(TARGET_ARCH),arm) ifneq ($(USE_CCACHE),) ccache := $(ANDROID_BUILD_TOP)/prebuilt/$(HOST_PREBUILT_TAG)/ccache/ccache # Check that the executable is here. ccache := $(strip $(wildcard $(ccache))) ifdef ccache ARM_CROSS_COMPILE:=CROSS_COMPILE="$(ccache) $(ARM_EABI_TOOLCHAIN)/arm-eabi-" ccache = else ARM_CROSS_COMPILE:=CROSS_COMPILE=$(ARM_EABI_TOOLCHAIN)/arm-eabi- endif endif endif ifeq ($(TARGET_KERNEL_MODULES),) TARGET_KERNEL_MODULES := no-external-modules Loading Loading
core/tasks/kernel.mk +11 −1 Original line number Diff line number Diff line Loading @@ -91,8 +91,18 @@ define clean-module-folder endef ifeq ($(TARGET_ARCH),arm) ifneq ($(USE_CCACHE),) ccache := $(ANDROID_BUILD_TOP)/prebuilt/$(HOST_PREBUILT_TAG)/ccache/ccache # Check that the executable is here. ccache := $(strip $(wildcard $(ccache))) ifdef ccache ARM_CROSS_COMPILE:=CROSS_COMPILE="$(ccache) $(ARM_EABI_TOOLCHAIN)/arm-eabi-" ccache = else ARM_CROSS_COMPILE:=CROSS_COMPILE=$(ARM_EABI_TOOLCHAIN)/arm-eabi- endif endif endif ifeq ($(TARGET_KERNEL_MODULES),) TARGET_KERNEL_MODULES := no-external-modules Loading