From 6e2055a9e56e292715f935a85f381e54c1f54269 Mon Sep 17 00:00:00 2001 From: Greg Kroah-Hartman Date: Fri, 28 Feb 2014 14:08:42 -0800 Subject: staging: echo: move to drivers/misc/ The code is clean, there are users of it, so it doesn't belong in staging anymore, move it to drivers/misc/. Cc: Steve Underwood Cc: David Rowe Signed-off-by: Greg Kroah-Hartman --- drivers/misc/echo/Makefile | 1 + 1 file changed, 1 insertion(+) create mode 100644 drivers/misc/echo/Makefile (limited to 'drivers/misc/echo/Makefile') diff --git a/drivers/misc/echo/Makefile b/drivers/misc/echo/Makefile new file mode 100644 index 000000000000..7d4caac12a8d --- /dev/null +++ b/drivers/misc/echo/Makefile @@ -0,0 +1 @@ +obj-$(CONFIG_ECHO) += echo.o -- cgit