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