1 # SPDX-License-Identifier: GPL-2.0 2 3 all: 4 @echo mk_build_dir="$(shell pwd)" > include.sh 5 6 TEST_PROGS := run.sh \ 7 test.py 8 9 TEST_FILES := include.sh 10 11 EXTRA_CLEAN := /tmp/rds_logs include.sh 12 13 include ../../lib.mk
Linux® is a registered trademark of Linus Torvalds in the United States and other countries.
TOMOYO® is a registered trademark of NTT DATA CORPORATION.