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