Files
device_lenovo_zippo/BoardConfig.mk

24 lines
528 B
Makefile
Raw Normal View History

2019-08-25 13:27:38 +05:30
# Copyright (C) 2019-2021 The LineageOS Project
2019-08-25 13:27:38 +05:30
#
# SPDX-License-Identifier: Apache-2.0
#
-include device/lenovo/sm8150-common/BoardConfigCommon.mk
2019-08-25 13:27:38 +05:30
BOARD_VENDOR := lenovo
DEVICE_PATH := device/lenovo/zippo
2019-08-25 13:27:38 +05:30
# Assert
TARGET_OTA_ASSERT_DEVICE := zippo
2019-08-25 13:27:38 +05:30
# Kernel
ifeq ($(TARGET_PREBUILT_KERNEL),)
2020-02-11 23:25:13 +08:00
TARGET_KERNEL_CONFIG := lineage_zippo_defconfig
2019-08-25 13:27:38 +05:30
TARGET_KERNEL_CLANG_COMPILE := true
TARGET_KERNEL_SOURCE := kernel/lenovo/sm8150
endif
# Inherit from the proprietary version
-include vendor/lenovo/zippo/BoardConfigVendor.mk