diff options
author | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2019-04-02 15:32:03 +0200 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2019-04-04 20:03:40 +0200 |
commit | 47bcc18c7e76adfa0b0d9fe99c78f0cbc0ca6b9c (patch) | |
tree | 28875377c7ffca832b13d2f60f238faac36c8221 /drivers/base/test | |
parent | arch_topology: Make cpu_capacity sysfs node as read-only (diff) | |
download | linux-47bcc18c7e76adfa0b0d9fe99c78f0cbc0ca6b9c.tar.xz linux-47bcc18c7e76adfa0b0d9fe99c78f0cbc0ca6b9c.zip |
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/Makefile | 1 |
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 |