]> git.ipfire.org Git - thirdparty/linux.git/blame - tools/usb/Makefile
Merge tag 'sound-5.1-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/tiwai...
[thirdparty/linux.git] / tools / usb / Makefile
CommitLineData
b2441318 1# SPDX-License-Identifier: GPL-2.0
4f22ce70
DB
2# Makefile for USB tools
3
4f22ce70
DB
4PTHREAD_LIBS = -lpthread
5WARNINGS = -Wall -Wextra
cb292ce2
HR
6CFLAGS = $(WARNINGS) -g -I../include
7LDFLAGS = $(PTHREAD_LIBS)
4f22ce70
DB
8
9all: testusb ffs-test
10%: %.c
cb292ce2 11 $(CC) $(CFLAGS) -o $@ $^ $(LDFLAGS)
4f22ce70
DB
12
13clean:
14 $(RM) testusb ffs-test