https://github.com/torvalds/linux
Raw File
Tip revision: b28a960c42fcd9cfc987441fa6d1c1a471f0f9ed authored by Linus Torvalds on 10 February 2014, 02:15:47 UTC
Linux 3.14-rc2
Tip revision: b28a960
Makefile
# Makefile for Linux samples code

obj-$(CONFIG_SAMPLES)	+= kobject/ kprobes/ trace_events/ \
			   hw_breakpoint/ kfifo/ kdb/ hidraw/ rpmsg/ seccomp/
back to top