summaryrefslogtreecommitdiff
path: root/dlkm/AndroidKernelModule.mk
diff options
context:
space:
mode:
Diffstat (limited to 'dlkm/AndroidKernelModule.mk')
-rw-r--r--dlkm/AndroidKernelModule.mk2
1 files changed, 2 insertions, 0 deletions
diff --git a/dlkm/AndroidKernelModule.mk b/dlkm/AndroidKernelModule.mk
index 225526e..c2a941b 100644
--- a/dlkm/AndroidKernelModule.mk
+++ b/dlkm/AndroidKernelModule.mk
@@ -1,4 +1,5 @@
ifneq ($(KERNEL_MODULES_INSTALL),)
+ifneq ($(TARGET_BOARD_PLATFORM),taro)
# Get the number of CPU cores. This is the number of parallel jobs to be passed to make command.
NCORES := $(shell grep -c ^processor /proc/cpuinfo)
@@ -224,3 +225,4 @@ LOCAL_ADDITIONAL_DEPENDENCIES :=
KBUILD_OPTIONS_GKI :=
endif
+endif