From 8d5588c0b80bcee3245dbe8440af4ff69eddefc0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kamil=20Trzci=C5=84ski?= Date: Tue, 2 May 2017 16:54:48 +0200 Subject: [PATCH] Fix check --- tulip-chiphd/AndroidKernel.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tulip-chiphd/AndroidKernel.mk b/tulip-chiphd/AndroidKernel.mk index c90d37a..c820711 100644 --- a/tulip-chiphd/AndroidKernel.mk +++ b/tulip-chiphd/AndroidKernel.mk @@ -62,7 +62,7 @@ ifeq (,$(filter build_kernel-nodeps,$(MAKECMDGOALS))) $(KERNEL_BZIMAGE): $(MINIGZIP) endif -ifneq ($(shell cat $(KERNEL_SRC_DIR)/modules/gpu/mali400/kernel_mode/aw_version)), $(shell cat device/softwinner/tulip-common/egl/aw_version)) +ifneq ($(shell cat $(KERNEL_SRC_DIR)/modules/gpu/mali400/kernel_mode/aw_version), $(shell cat device/softwinner/tulip-common/egl/aw_version)) $(error "Kernel Mali400 drivers does not match user-space drivers: $(shell cat $(KERNEL_SRC_DIR)/modules/gpu/mali400/kernel_mode/aw_version) vs $(shell cat device/softwinner/tulip-common/egl/aw_version)") endif