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