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 v4.8-rc3 7 lines 176 B view raw
1TEST_PROGS := media_device_test media_device_open video_device_test 2all: $(TEST_PROGS) 3 4include ../lib.mk 5 6clean: 7 rm -fr media_device_test media_device_open video_device_test