aboutsummaryrefslogtreecommitdiffstats
path: root/tools/usb/ffs-aio-example/simple/host_app/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'tools/usb/ffs-aio-example/simple/host_app/Makefile')
-rw-r--r--tools/usb/ffs-aio-example/simple/host_app/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/usb/ffs-aio-example/simple/host_app/Makefile b/tools/usb/ffs-aio-example/simple/host_app/Makefile
index 8c4a6f0aa82d..c3523837c936 100644
--- a/tools/usb/ffs-aio-example/simple/host_app/Makefile
+++ b/tools/usb/ffs-aio-example/simple/host_app/Makefile
@@ -1,3 +1,4 @@
+# SPDX-License-Identifier: GPL-2.0-only
CC = gcc
LIBUSB_CFLAGS = $(shell pkg-config --cflags libusb-1.0)
LIBUSB_LIBS = $(shell pkg-config --libs libusb-1.0)