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