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