Files
Build_lunch/device/gigadevice/wifi-iot-cm33/wifi_iot_cm33.mk
gaoyang3513 0b0949a59e first commit
2025-09-22 22:53:38 +08:00

25 lines
855 B
Makefile

# Copyright (C) 2013 The Android Open Source Project
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing, software
# distributed under the License is distributed on an "AS IS" BASIS,
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.
PRODUCT_NAME := wifi_iot_cm33
PRODUCT_DEVICE := wifi-iot-cm33
PRODUCT_BRAND := Rtos
PRODUCT_MODEL := wifi-iot-cm33
LOCAL_KERNEL := prebuilts/qemu-kernel/mips/kernel-qemu
PRODUCT_COPY_FILES += \
$(LOCAL_KERNEL):kernel
OUT_DIR := $(TOPDIR)output