mirror of
https://github.com/armbian/linux.git
synced 2026-01-06 10:13:00 -08:00
6 lines
180 B
Makefile
6 lines
180 B
Makefile
# Makefile for Linux samples code
|
|
|
|
obj-$(CONFIG_SAMPLES) += kobject/ kprobes/ trace_events/ livepatch/ \
|
|
hw_breakpoint/ kfifo/ kdb/ hidraw/ rpmsg/ seccomp/ \
|
|
configfs/
|