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