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