]> git.proxmox.com Git - mirror_ubuntu-focal-kernel.git/blobdiff - samples/timers/Makefile
License cleanup: add SPDX GPL-2.0 license identifier to files with no license
[mirror_ubuntu-focal-kernel.git] / samples / timers / Makefile
index a5c3c4a35ca1479e2cd4739b25dd3a9e5a92512b..f9fa074608029b7efc0e9e8039d751d26f1c95c4 100644 (file)
@@ -1,3 +1,4 @@
+# SPDX-License-Identifier: GPL-2.0
 ifndef CROSS_COMPILE
 uname_M := $(shell uname -m 2>/dev/null || echo not)
 ARCH ?= $(shell echo $(uname_M) | sed -e s/i.86/x86/ -e s/x86_64/x86/)