diff options
Diffstat (limited to 'perl-install/Makefile')
-rw-r--r-- | perl-install/Makefile | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/perl-install/Makefile b/perl-install/Makefile index 0fec1e311..caf2d849b 100644 --- a/perl-install/Makefile +++ b/perl-install/Makefile @@ -84,3 +84,8 @@ check_perl_checker: rm -f share/po/libDrakX.pot install/share/po/DrakX.pot @make -C share/po libDrakX.pot @make -C install/share/po DrakX.pot + +list_firmwares.pm: + ../tools/find-drivers-needing-nonfree-firmware + +.PHONY: list_firmwares.pm |