Revision c315ef8d9db7f1a0ebd023a395ebdfde1c68057e authored by Chris Mason on 17 May 2016, 21:43:19 UTC, committed by Chris Mason on 17 May 2016, 21:43:19 UTC
2 parent s a88336d + 5f9a8a5
Raw File
Makefile
# Makefile for Linux samples code

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