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