Workshop o mikrokontrolérech na SKSP 2024.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

17 lines
299 B

2 months ago
# Perl modules
DIRS+=ucw/perl
UCW_PERL_INSTALL=
include $(s)/ucw/perl/UCW/Makefile
ifdef CONFIG_UCW_PERL_MODULES
include $(s)/ucw/perl/Ulimit/Makefile
include $(s)/ucw/perl/Filelock/Makefile
endif
INSTALL_TARGETS+=install-perl-ucw
install-perl-ucw: $(UCW_PERL_INSTALL)
.PHONY: install-perl-ucw