https://github.com/torvalds/linux
Raw File
Tip revision: d6e0a2dd12f4067a5bcefb8bbd8ddbeff800afbc authored by Linus Torvalds on 04 January 2014, 23:12:14 UTC
Linux 3.13-rc7
Tip revision: d6e0a2d
Makefile
# Makefile for Linux samples code

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