Quellcodebibliothek
Statistik
Leitseite
products
/
Sources
/
formale Sprachen
/
C
/
LibreOffice
/
icon-themes
/
sifr_dark_svg
/
cmd
/
32
/ (
LibreOffice
Version 25.8.3.2
©
) Datei vom 5.10.2025 mit Größe 1 kB
Bilddatei
Makefile
products/Sources/formale Sprachen/C/Linux/drivers/net/ethernet/airoha/Makefile
# SPDX-License-Identifier: GPL-2.0-only # # Airoha for the Mediatek SoCs built-in ethernet macs # obj-$(CONFIG_NET_AIROHA) += airoha-eth.o airoha-eth-y := airoha_eth.o airoha_ppe.o airoha-eth-$(CONFIG_DEBUG_FS) += airoha_ppe_debugfs.o obj-$(CONFIG_NET_AIROHA_NPU) += airoha_npu.o
2026-08-25