diff options
Diffstat (limited to 'drivers/misc/echo/Makefile')
-rw-r--r-- | drivers/misc/echo/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/drivers/misc/echo/Makefile b/drivers/misc/echo/Makefile new file mode 100644 index 000000000..5b97467ff --- /dev/null +++ b/drivers/misc/echo/Makefile @@ -0,0 +1,2 @@ +# SPDX-License-Identifier: GPL-2.0-only +obj-$(CONFIG_ECHO) += echo.o |