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 233db2cb14db8b1935dda52a6affd97276462b82 15 lines 230 B view raw
1# SPDX-License-Identifier: BSD-3-Clause 2 3userprogs-always-y := \ 4 inc \ 5 set-exec 6 7userccflags += -I usr/include 8 9.PHONY: all clean 10 11all: 12 $(MAKE) -C ../.. samples/check-exec/ 13 14clean: 15 $(MAKE) -C ../.. M=samples/check-exec/ clean