summaryrefslogtreecommitdiff
path: root/tools/testing/selftests/memfd/Makefile
blob: fd396ac811b6a73f086e605ef93e0d2c92401ad6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
CC = $(CROSS_COMPILE)gcc
CFLAGS += -D_FILE_OFFSET_BITS=64
CFLAGS += -I../../../../include/uapi/
CFLAGS += -I../../../../include/
CFLAGS += -I../../../../usr/include/

TEST_PROGS := memfd_test

all: $(TEST_PROGS)

include ../lib.mk

build_fuse: fuse_mnt fuse_test

fuse_mnt.o: CFLAGS += $(shell pkg-config fuse --cflags)
fuse_mnt: LDFLAGS += $(shell pkg-config fuse --libs)

run_fuse: build_fuse
	@./run_fuse_test.sh || echo "fuse_test: [FAIL]"

clean:
	$(RM) memfd_test fuse_test
Hovold <johan@kernel.org>2017-01-31 17:27:04 +0100 commitd07830db1bdb254e4b50d366010b219286b8c937 (patch) tree354d7fca237fa3d7e7e63c2196eaa4e1086838ea /sound/pci/ali5451/Makefile parent5d03a2fd2292e71936c4235885c35ccc3c94695b (diff)
USB: serial: pl2303: add ATEN device ID
Seems that ATEN serial-to-usb devices using pl2303 exist with different device ids. This patch adds a missing device ID so it is recognised by the driver. Signed-off-by: Marcel J.E. Mol <marcel@mesa.nl> Cc: stable <stable@vger.kernel.org> Signed-off-by: Johan Hovold <johan@kernel.org>
Diffstat (limited to 'sound/pci/ali5451/Makefile')