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