1 Star 0 Fork 1

aosp-riscv/device-generic-goldfish

Create your Gitee Account
Explore and code with more than 12 million developers,Free private repositories !:)
Sign up
文件
This repository doesn't specify license. Please pay attention to the specific project description and its upstream code dependency when using it.
Clone or Download
x86_64-kernel.mk 465 Bytes
Copy Edit Raw Blame History
Roman Kiryanov authored 2021-02-08 14:08 . Exclude only virt_wifi modules
TARGET_KERNEL_USE ?= 5.10
KERNEL_MODULES_PATH := kernel/prebuilts/common-modules/virtual-device/$(TARGET_KERNEL_USE)/x86-64
KERNEL_MODULES_EXCLUDE := \
$(KERNEL_MODULES_PATH)/virt_wifi.ko \
$(KERNEL_MODULES_PATH)/virt_wifi_sim.ko
BOARD_VENDOR_RAMDISK_KERNEL_MODULES += \
$(filter-out $(KERNEL_MODULES_EXCLUDE), $(wildcard $(KERNEL_MODULES_PATH)/*.ko))
EMULATOR_KERNEL_FILE := kernel/prebuilts/$(TARGET_KERNEL_USE)/x86_64/kernel-$(TARGET_KERNEL_USE)
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/aosp-riscv/device-generic-goldfish.git
git@gitee.com:aosp-riscv/device-generic-goldfish.git
aosp-riscv
device-generic-goldfish
device-generic-goldfish
riscv64-android-12.0.0_dev

Search