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