xref: /openbmc/linux/tools/testing/vsock/Makefile (revision ec8f24b7)
1ec8f24b7SThomas Gleixner# SPDX-License-Identifier: GPL-2.0-only
20b025033SStefan Hajnocziall: test
30b025033SStefan Hajnoczitest: vsock_diag_test
40b025033SStefan Hajnoczivsock_diag_test: vsock_diag_test.o timeout.o control.o
50b025033SStefan Hajnoczi
60b025033SStefan HajnocziCFLAGS += -g -O2 -Werror -Wall -I. -I../../include/uapi -I../../include -Wno-pointer-sign -fno-strict-overflow -fno-strict-aliasing -fno-common -MMD -U_FORTIFY_SOURCE -D_GNU_SOURCE
70b025033SStefan Hajnoczi.PHONY: all test clean
80b025033SStefan Hajnocziclean:
90b025033SStefan Hajnoczi	${RM} *.o *.d vsock_diag_test
100b025033SStefan Hajnoczi-include *.d
11