![]() |
|
|||
0001 # SPDX-License-Identifier: GPL-2.0-only 0002 all: test 0003 test: vsock_test vsock_diag_test 0004 vsock_test: vsock_test.o timeout.o control.o util.o 0005 vsock_diag_test: vsock_diag_test.o timeout.o control.o util.o 0006 0007 CFLAGS += -g -O2 -Werror -Wall -I. -I../../include -I../../../usr/include -Wno-pointer-sign -fno-strict-overflow -fno-strict-aliasing -fno-common -MMD -U_FORTIFY_SOURCE -D_GNU_SOURCE 0008 .PHONY: all test clean 0009 clean: 0010 ${RM} *.o *.d vsock_test vsock_diag_test 0011 -include *.d
[ Source navigation ] | [ Diff markup ] | [ Identifier search ] | [ general search ] |
This page was automatically generated by the 2.1.0 LXR engine. The LXR team |
![]() ![]() |