summaryrefslogtreecommitdiff
path: root/tools/testing/selftests/riscv/abi/Makefile
blob: 041114675ad5c7a992a8d1386a754582970b1a3c (plain)
1
2
3
4
5
6
7
8
9
10
# SPDX-License-Identifier: GPL-2.0

CFLAGS += -I$(top_srcdir)/tools/include

TEST_GEN_PROGS := pointer_masking

include ../../lib.mk

$(OUTPUT)/pointer_masking: pointer_masking.c
	$(CC) -static -o $@ $(CFLAGS) $(LDFLAGS) $^