aboutsummaryrefslogtreecommitdiff
path: root/drivers/base/test
diff options
context:
space:
mode:
authorGreg Kroah-Hartman <gregkh@linuxfoundation.org>2019-04-02 15:32:03 +0200
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2019-04-04 20:03:40 +0200
commit47bcc18c7e76adfa0b0d9fe99c78f0cbc0ca6b9c (patch)
tree28875377c7ffca832b13d2f60f238faac36c8221 /drivers/base/test
parent5d777b185f6db92d8e201a7402f7b242958aafad (diff)
drivers: base: test: add proper SPDX identifier to Makefile
The Makefile in the drivers/base/test/ directory did not have a SPDX identifier on it, so fix that up. Cc: "Rafael J. Wysocki" <rafael@kernel.org> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers/base/test')
-rw-r--r--drivers/base/test/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/base/test/Makefile b/drivers/base/test/Makefile
index 90477c5fd9f9..0f1f7277a013 100644
--- a/drivers/base/test/Makefile
+++ b/drivers/base/test/Makefile
@@ -1 +1,2 @@
+# SPDX-License-Identifier: GPL-2.0
obj-$(CONFIG_TEST_ASYNC_DRIVER_PROBE) += test_async_driver_probe.o