diff options
| author | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2014-02-28 17:08:42 -0500 |
|---|---|---|
| committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2014-02-28 17:08:42 -0500 |
| commit | 6e2055a9e56e292715f935a85f381e54c1f54269 (patch) | |
| tree | 5cdb033f7da95ba47c37a42602c6d88d55e11db5 /drivers/misc/Makefile | |
| parent | dc93c85235efa5201e9a3c116bc3fbd1afc1a182 (diff) | |
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 <steveu@coppice.org>
Cc: David Rowe <david@rowetel.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers/misc/Makefile')
| -rw-r--r-- | drivers/misc/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/misc/Makefile b/drivers/misc/Makefile index 99b9424ce31d..7eb4b69580c0 100644 --- a/drivers/misc/Makefile +++ b/drivers/misc/Makefile | |||
| @@ -54,3 +54,4 @@ obj-$(CONFIG_LATTICE_ECP3_CONFIG) += lattice-ecp3-config.o | |||
| 54 | obj-$(CONFIG_SRAM) += sram.o | 54 | obj-$(CONFIG_SRAM) += sram.o |
| 55 | obj-y += mic/ | 55 | obj-y += mic/ |
| 56 | obj-$(CONFIG_GENWQE) += genwqe/ | 56 | obj-$(CONFIG_GENWQE) += genwqe/ |
| 57 | obj-$(CONFIG_ECHO) += echo/ | ||
