forked from luck/tmp_suning_uos_patched
d93a18f27e
Handle samples/ like the other top-level directories to simplify the Makefile. Include include/config/auto.conf earlier to evaluate drivers-$(CONFIG_SAMPLES). Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com>
7 lines
237 B
Makefile
7 lines
237 B
Makefile
# Makefile for Linux samples code
|
|
|
|
obj-y += kobject/ kprobes/ trace_events/ livepatch/ \
|
|
hw_breakpoint/ kfifo/ kdb/ hidraw/ rpmsg/ seccomp/ \
|
|
configfs/ connector/ v4l/ trace_printk/ \
|
|
vfio-mdev/ statx/ qmi/ binderfs/
|