Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

at v6.12-rc4 16 lines 289 B view raw
1# SPDX-License-Identifier: GPL-2.0-only 2# 3# Makefile for Qualcomm Cloud AI accelerators driver 4# 5 6obj-$(CONFIG_DRM_ACCEL_QAIC) := qaic.o 7 8qaic-y := \ 9 mhi_controller.o \ 10 qaic_control.o \ 11 qaic_data.o \ 12 qaic_drv.o \ 13 qaic_timesync.o \ 14 sahara.o 15 16qaic-$(CONFIG_DEBUG_FS) += qaic_debugfs.o