sksp2024-mcu/libucw/ucw/perl/Makefile

17 lines
299 B
Makefile
Raw Normal View History

2024-09-14 21:50:33 +02:00
# 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