Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
at v4.10 13 lines 172 B view raw
1CFLAGS = -Wall 2 3test_objs = open-unlink create-read 4 5all: $(test_objs) 6 7TEST_PROGS := efivarfs.sh 8TEST_FILES := $(test_objs) 9 10include ../lib.mk 11 12clean: 13 rm -f $(test_objs)