summaryrefslogtreecommitdiff
path: root/drivers/android/tests/Makefile
diff options
context:
space:
mode:
authorTiffany Yang <ynaffit@google.com>2025-07-22 16:45:06 -0700
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2025-07-24 11:42:43 +0200
commit8a8d47e86cf537e6f6deb5c736bbf948a7bbc885 (patch)
tree96b7e5dc780dbaa3680de82e479e5aed23295599 /drivers/android/tests/Makefile
parentb13b41cc3dc1811189b9cbeb04d11d8bef474679 (diff)
downloadlwn-8a8d47e86cf537e6f6deb5c736bbf948a7bbc885.tar.gz
lwn-8a8d47e86cf537e6f6deb5c736bbf948a7bbc885.zip
binder: Add copyright notice to new kunit files
Clean up for the binder_alloc kunit test series. Add a copyright notice to new files, as suggested by Carlos [1]. [1] https://lore.kernel.org/all/CAFuZdDLD=3CBOLSWw3VxCf7Nkf884SSNmt1wresQgxgBwED=eQ@mail.gmail.com/ Fixes: 5e024582f494 ("binder: Scaffolding for binder_alloc KUnit tests") Suggested-by: Carlos Llamas <cmllamas@google.com> Cc: Joel Fernandes <joelagnelf@nvidia.com> Signed-off-by: Tiffany Yang <ynaffit@google.com> Link: https://lore.kernel.org/r/20250722234508.232228-1-ynaffit@google.com Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers/android/tests/Makefile')
-rw-r--r--drivers/android/tests/Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/drivers/android/tests/Makefile b/drivers/android/tests/Makefile
index 6780967e573b..27268418eb03 100644
--- a/drivers/android/tests/Makefile
+++ b/drivers/android/tests/Makefile
@@ -1,3 +1,6 @@
# SPDX-License-Identifier: GPL-2.0-only
+#
+# Copyright 2025 Google LLC.
+#
obj-$(CONFIG_ANDROID_BINDER_ALLOC_KUNIT_TEST) += binder_alloc_kunit.o