Path : /lib/modules/6.8.0-71-generic/build/tools/net/ynl/ |
B-Con CMD Config cPanel C-Rdp D-Log Info Jump Mass Ransom Symlink vHost Zone-H |
Current File : //lib/modules/6.8.0-71-generic/build/tools/net/ynl/Makefile |
# SPDX-License-Identifier: GPL-2.0 SUBDIRS = lib generated samples all: $(SUBDIRS) samples: | lib generated $(SUBDIRS): @if [ -f "$@/Makefile" ] ; then \ $(MAKE) -C $@ ; \ fi clean hardclean: @for dir in $(SUBDIRS) ; do \ if [ -f "$$dir/Makefile" ] ; then \ $(MAKE) -C $$dir $@; \ fi \ done .PHONY: clean all $(SUBDIRS)