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 v5.6-rc3 10 lines 317 B view raw
1# SPDX-License-Identifier: GPL-2.0 2# 3# Makefile for Gasket framework and dependent drivers. 4# 5 6obj-$(CONFIG_STAGING_GASKET_FRAMEWORK) += gasket.o 7obj-$(CONFIG_STAGING_APEX_DRIVER) += apex.o 8 9gasket-objs := gasket_core.o gasket_ioctl.o gasket_interrupt.o gasket_page_table.o gasket_sysfs.o 10apex-objs := apex_driver.o