Revision 973db5696e6481433fa1bbf4ddc01c56a83effd7 authored by David S. Miller on 28 March 2012, 07:01:48 UTC, committed by David S. Miller on 28 March 2012, 07:01:48 UTC
2 parent s 094b585 + 8e4f325
Raw File
Makefile
# Makefile for Linux samples code

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