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