https://github.com/torvalds/linux
Raw File
Tip revision: fcb8ce5cfe30ca9ca5c9a79cdfe26d1993e65e0c authored by Linus Torvalds on 22 August 2011, 18:42:53 UTC
Linux 3.1-rc3
Tip revision: fcb8ce5
Makefile
# Makefile for Linux samples code

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