1# SPDX-License-Identifier: GPL-2.02TEST_PROGS := aliasing-test3 4all: $(TEST_PROGS)5 6include ../lib.mk7 8clean:9 rm -fr $(TEST_PROGS)10