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