https://github.com/torvalds/linux
Raw File
Tip revision: 01bf0b64579ead8a82e7cfc32ae44bc667e7ad0f authored by Linus Torvalds on 19 April 2010, 23:29:56 UTC
Linux 2.6.34-rc5
Tip revision: 01bf0b6
Makefile
# Makefile for Linux samples code

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