swh:1:snp:49cd9498d6cccc5e78252c27dcb645bcf7bf0c91
Raw File
Tip revision: f4a75d2eb7b1e2206094b901be09adb31ba63681 authored by Linus Torvalds on 17 November 2012, 01:42:40 UTC
Linux 3.7-rc6
Tip revision: f4a75d2
Makefile
# Makefile for Linux samples code

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