summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'device.mk')
-rw-r--r--device.mk3
1 files changed, 2 insertions, 1 deletions
diff --git a/device.mk b/device.mk
index 1530e5c..74911a0 100644
--- a/device.mk
+++ b/device.mk
@@ -21,7 +21,8 @@ $(call inherit-product, frameworks/native/build/tablet-7in-xhdpi-2048-dalvik-hea
21DEVICE_PACKAGE_OVERLAYS := device/ti/beagle_x15/overlay 21DEVICE_PACKAGE_OVERLAYS := device/ti/beagle_x15/overlay
22 22
23LOCAL_KERNEL := device/ti/beagle_x15-kernel 23LOCAL_KERNEL := device/ti/beagle_x15-kernel
24TARGET_PREBUILT_KERNEL := $(LOCAL_KERNEL)/zImage 24TARGET_KERNEL_USE ?= 4.14
25TARGET_PREBUILT_KERNEL := $(LOCAL_KERNEL)/$(TARGET_KERNEL_USE)/zImage
25PRODUCT_COPY_FILES += $(TARGET_PREBUILT_KERNEL):kernel 26PRODUCT_COPY_FILES += $(TARGET_PREBUILT_KERNEL):kernel
26 27
27# Graphics 28# Graphics