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