# SPDX-License-Identifier: GPL-2.0 all: @echo mk_build_dir="$(shell pwd)" > include.sh TEST_PROGS := rds_run.sh TEST_GEN_PROGS := getsockopt TEST_FILES := \ include.sh \ settings \ test.py \ # end of TEST_FILES EXTRA_CLEAN := \ include.sh \ /tmp/rds_logs \ # end of EXTRA_CLEAN CFLAGS += $(KHDR_INCLUDES) include ../../lib.mk