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 v4.19-rc4 9 lines 282 B view raw
1# 2# Makefile for Gasket framework and dependent drivers. 3# 4 5obj-$(CONFIG_STAGING_GASKET_FRAMEWORK) += gasket.o 6obj-$(CONFIG_STAGING_APEX_DRIVER) += apex.o 7 8gasket-objs := gasket_core.o gasket_ioctl.o gasket_interrupt.o gasket_page_table.o gasket_sysfs.o 9apex-objs := apex_driver.o