1# SPDX-License-Identifier: GPL-2.0 2 3all: 4 @echo mk_build_dir="$(shell pwd)" > include.sh 5 6TEST_PROGS := run.sh 7 8TEST_FILES := include.sh test.py 9 10EXTRA_CLEAN := /tmp/rds_logs include.sh 11 12include ../../lib.mk 13
1# SPDX-License-Identifier: GPL-2.0 2 3all: 4 @echo mk_build_dir="$(shell pwd)" > include.sh 5 6TEST_PROGS := run.sh 7 8TEST_FILES := include.sh test.py 9 10EXTRA_CLEAN := /tmp/rds_logs include.sh 11 12include ../../lib.mk 13