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