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