Revision 19cbbc60c680e2e404bf55458ad2c4ff60d16076 authored by Mikulas Patocka on 21 December 2012, 20:23:32 UTC, committed by Alasdair G Kergon on 21 December 2012, 20:23:32 UTC
Use a defined macro DM_ENDIO_INCOMPLETE instead of a numeric constant.

Signed-off-by: Mikulas Patocka <mpatocka@redhat.com>
Signed-off-by: Alasdair G Kergon <agk@redhat.com>
1 parent 7c27213
Raw File
Makefile
# Makefile for Linux samples code

obj-$(CONFIG_SAMPLES)	+= kobject/ kprobes/ tracepoints/ trace_events/ \
			   hw_breakpoint/ kfifo/ kdb/ hidraw/ rpmsg/ seccomp/
back to top