Revision fa389e220254c69ffae0d403eac4146171062d08 authored by Linus Torvalds on 10 March 2014, 02:41:57 UTC, committed by Linus Torvalds on 10 March 2014, 02:41:57 UTC
1 parent 79e6154
Raw File
Makefile
# Makefile for Linux samples code

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