mirror of
https://github.com/arjuncr/Linux-from-scratch.git
synced 2026-01-18 12:41:23 +00:00
7 lines
246 B
Makefile
7 lines
246 B
Makefile
# Makefile for Linux samples code
|
|
|
|
obj-$(CONFIG_SAMPLES) += kobject/ kprobes/ trace_events/ livepatch/ \
|
|
hw_breakpoint/ kfifo/ kdb/ hidraw/ rpmsg/ seccomp/ \
|
|
configfs/ connector/ v4l/ trace_printk/ blackfin/ \
|
|
vfio-mdev/ statx/
|