aboutsummaryrefslogtreecommitdiffstats
path: root/tools/testing/selftests/ia64/Makefile
blob: 2b3de2d3e945924cb511ef5dfafc54d204ce9ce1 (plain) (blame)
1
2
3
4
5
6
7
8
TEST_PROGS := aliasing-test

all: $(TEST_PROGS)

include ../lib.mk

clean:
	rm -fr $(TEST_PROGS)