mirror of
https://github.com/torvalds/linux.git
synced 2024-11-01 01:31:44 +00:00
c54ea4918c
Documenation for the hidraw driver, with sample program. Signed-off-by: Alan Ott <alan@signal11.us> Signed-off-by: Jiri Kosina <jkosina@suse.cz>
5 lines
148 B
Makefile
5 lines
148 B
Makefile
# Makefile for Linux samples code
|
|
|
|
obj-$(CONFIG_SAMPLES) += kobject/ kprobes/ tracepoints/ trace_events/ \
|
|
hw_breakpoint/ kfifo/ kdb/ hidraw/
|