mirror of
https://github.com/hardkernel/kernel_common_drivers.git
synced 2026-06-25 12:03:48 +09:00
b1e8999415
PD#SWPL-94239 Problem: initial commit for C3 PXP Solution: initial commit for C3 PXP Verify: on PXP Signed-off-by: Lei Zhang <lei.zhang@amlogic.com> Change-Id: I9ae658e27f152702d221e29ec6ed9283acb1b7ec
14 lines
399 B
Bash
Executable File
14 lines
399 B
Bash
Executable File
#!/bin/bash
|
|
# SPDX-License-Identifier: (GPL-2.0+ OR MIT)
|
|
#
|
|
# Copyright (c) 2019 Amlogic, Inc. All rights reserved.
|
|
#
|
|
|
|
ROOT_DIR=`pwd`
|
|
|
|
ARCH=riscv
|
|
DEFCONFIG=meson64_smarthome_defconfig
|
|
CROSS_COMPILE_TOOL=${ROOT_DIR}/prebuilts/gcc/linux-x86/host/nuclei_riscv_glibc_prebuilt_linux64_2022.04/bin/riscv-nuclei-linux-gnu-
|
|
|
|
source ${ROOT_DIR}/common/common_drivers/scripts/amlogic/mk_smarthome_common.sh $@
|