Gitiles
Code Review
Sign In
192.168.1.100
/
T108
/
c2023d5d03be91dbb983606f0ec5e9e4ea36c8c2
/
.
/
marvell
/
linux
/
tools
/
testing
/
selftests
/
mqueue
/
Makefile
blob: 8a58055fc1f59946c40f8d3ededab6dbe34d8b4f [
file
] [
log
] [
blame
]
b.liu
e958203
2025-04-17 19:18:16 +0800
[
diff
] [
blame
]
1
# SPDX-License-Identifier: GPL-2.0
2
CFLAGS
+=
-
O2
3
LDLIBS
=
-
lrt
-
lpthread
-
lpopt
4
5
TEST_GEN_PROGS
:=
mq_open_tests mq_perf_tests
6
7
include
../
lib
.
mk