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