summaryrefslogtreecommitdiff
path: root/tools/testing/selftests/capabilities/Makefile
blob: 008602aed9209237254ca334a0a745f06c0888c4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
TEST_FILES := validate_cap
TEST_PROGS := test_execve

BINARIES := $(TEST_FILES) $(TEST_PROGS)

CFLAGS += -O2 -g -std=gnu99 -Wall
LDLIBS += -lcap-ng -lrt -ldl

all: $(BINARIES)

clean:
	$(RM) $(BINARIES)

include ../lib.mk

08f1e908498350232bdbd5ff&id2=5b09eff0c379002527ad72ea5ea38f25da8a8650'>diff)
USB: serial: option: add dlink dwm-158
Adding registration for 3G modem DWM-158 in usb-serial-option Signed-off-by: Giuseppe Lippolis <giu.lippolis@gmail.com> Cc: stable <stable@vger.kernel.org> Signed-off-by: Johan Hovold <johan@kernel.org> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat