xref: /linux/samples/Makefile (revision f9726bfd4b14401d294207a70c7c0c4be8a8c6cc)
1# Makefile for Linux samples code
2
3obj-$(CONFIG_SAMPLES)	+= kobject/ kprobes/ tracepoints/ trace_events/ \
4			   hw_breakpoint/ kfifo/ kdb/ hidraw/ rpmsg/ seccomp/
5