Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

at master 19 lines 277 B view raw
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 := \ 9 include.sh \ 10 settings \ 11 test.py \ 12# end of TEST_FILES 13 14EXTRA_CLEAN := \ 15 include.sh \ 16 /tmp/rds_logs \ 17# end of EXTRA_CLEAN 18 19include ../../lib.mk