https://github.com/torvalds/linux
Raw File
Tip revision: cc4a41fe5541a73019a864883297bd5043aa6d98 authored by Linus Torvalds on 28 August 2017, 00:20:40 UTC
Linux 4.13-rc7
Tip revision: cc4a41f
Makefile
# Makefile for Linux samples code

obj-$(CONFIG_SAMPLES)	+= kobject/ kprobes/ trace_events/ livepatch/ \
			   hw_breakpoint/ kfifo/ kdb/ hidraw/ rpmsg/ seccomp/ \
			   configfs/ connector/ v4l/ trace_printk/ blackfin/ \
			   vfio-mdev/ statx/
back to top