From 16df90925e049fa40b6c66c5f4e41b3178aae629 Mon Sep 17 00:00:00 2001 From: Mauro Carvalho Chehab Date: Thu, 26 Feb 2009 11:35:36 -0300 Subject: Add dvb spec rules at the makefile From: Mauro Carvalho Chehab Priority: normal Signed-off-by: Mauro Carvalho Chehab --- INSTALL | 8 ++++++++ v4l/Makefile | 8 +++++++- 2 files changed, 15 insertions(+), 1 deletion(-) diff --git a/INSTALL b/INSTALL index 10cafb264..5ff4860af 100644 --- a/INSTALL +++ b/INSTALL @@ -45,6 +45,14 @@ firmware - Create the firmware files that are enclosed at the firmware_install- Install firmware files under /lib/firmware +====================== +Documentation rules: +v4l2-spec - Creates V4L2 API specification + +dvb-spec - Creates DVB API specification + +spec - Creates both V4L and DVB API specification + ======================= Module selection rules: (Those may require write access to kernel tree) diff --git a/v4l/Makefile b/v4l/Makefile index da51bb50a..512b355f4 100644 --- a/v4l/Makefile +++ b/v4l/Makefile @@ -48,9 +48,14 @@ default:: config-compat.h Makefile.media links oss firmware:: $(MAKE) -C firmware -spec:: +v4l2-spec:: $(MAKE) -C ../v4l2-spec +dvb-spec:: + $(MAKE) -C ../dvb-spec/dvbapi + +spec:: v4l2-spec dvb-spec + apps:: $(MAKE) -C ../v4l2-apps @@ -288,6 +293,7 @@ clean:: config-compat.h Module.symvers Module.markers modules.order $(MAKE) -C firmware $@ $(MAKE) -C ../v4l2-spec $@ + $(MAKE) -C ../dvb-spec/dvbapi $@ $(MAKE) -C ../v4l2-apps $@ distclean:: clean -- cgit v1.2.3