aboutsummaryrefslogtreecommitdiffstats
path: root/tools/testing/selftests/ia64/Makefile
blob: 4bce1a84b3a1426c34cac18c460a4138bbcd7e65 (plain) (blame)
1
2
3
4
5
6
7
8
9
# SPDX-License-Identifier: GPL-2.0
TEST_PROGS := aliasing-test

all: $(TEST_PROGS)

include ../lib.mk

clean:
	rm -fr $(TEST_PROGS)