From: Greg Kroah-Hartman Date: Tue, 2 Apr 2019 13:32:03 +0000 (+0200) Subject: drivers: base: test: add proper SPDX identifier to Makefile X-Git-Tag: v5.2-rc1~154^2~32 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=47bcc18c7e76adfa0b0d9fe99c78f0cbc0ca6b9c;p=thirdparty%2Flinux.git 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" Signed-off-by: Greg Kroah-Hartman --- diff --git a/drivers/base/test/Makefile b/drivers/base/test/Makefile index 90477c5fd9f94..0f1f7277a0139 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