]> git.proxmox.com Git - mirror_ubuntu-jammy-kernel.git/blame - tools/testing/selftests/sync/Makefile
selftest: sync: merge tests for sw_sync framework
[mirror_ubuntu-jammy-kernel.git] / tools / testing / selftests / sync / Makefile
CommitLineData
82208160
EL
1CFLAGS += -O2 -g -std=gnu89 -pthread -Wall -Wextra
2CFLAGS += -I../../../../usr/include/
3LDFLAGS += -pthread
4
5TEST_PROGS = sync_test
6
7all: $(TEST_PROGS)
8
9include ../lib.mk
10
11OBJS = sync_test.o sync.o
12
13TESTS += sync_alloc.o
6a5b7d2c 14TESTS += sync_fence.o
1c5839c6 15TESTS += sync_merge.o
82208160
EL
16
17sync_test: $(OBJS) $(TESTS)
18
19clean:
20 $(RM) sync_test $(OBJS) $(TESTS)