From 02fcec87dd55b96ff0e5ee8e6b8c8ede0862f552 Mon Sep 17 00:00:00 2001 From: Mauro Carvalho Chehab Date: Mon, 20 Apr 2009 08:45:57 -0300 Subject: build: Make sure that firmwares will be installed From: Mauro Carvalho Chehab As reported by some users, firmwares were not installed. Be sure that it will properly install the firmwares by calling the proper makefile rule. Signed-off-by: Mauro Carvalho Chehab --- v4l/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/v4l/Makefile b/v4l/Makefile index 1c4aa10eb..ed9cdcbe6 100644 --- a/v4l/Makefile +++ b/v4l/Makefile @@ -212,7 +212,7 @@ all:: default ################################################# # installation invocation rules -install:: media-install +install:: media-install firmware_install remove rminstall:: media-rminstall -- cgit v1.2.3