diff options
author | Mauro Carvalho Chehab <mchehab@infradead.org> | 2007-11-14 18:28:15 -0200 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@infradead.org> | 2007-11-14 18:28:15 -0200 |
commit | 7a898d5e0fce82c7a6c726f3a49ee5a3b4268f93 (patch) | |
tree | dcac5adced9fc48ffffd7a1549db894a5147d43c /v4l2-apps/util/Makefile | |
parent | 15c2810582db657bd9abddc041795a8f8d5bdedc (diff) | |
download | mediapointer-dvb-s2-7a898d5e0fce82c7a6c726f3a49ee5a3b4268f93.tar.gz mediapointer-dvb-s2-7a898d5e0fce82c7a6c726f3a49ee5a3b4268f93.tar.bz2 |
Add little firmware manipulation tool for firmware files required by the
xc2028/3028 tuner module.
From: Michel Ludwig <michel.ludwig@gmail.com>
Signed-off-by: Mauro Carvalho Chehab <mchehab@infradead.org>
Diffstat (limited to 'v4l2-apps/util/Makefile')
-rw-r--r-- | v4l2-apps/util/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/v4l2-apps/util/Makefile b/v4l2-apps/util/Makefile index fcc193a09..34fc9a103 100644 --- a/v4l2-apps/util/Makefile +++ b/v4l2-apps/util/Makefile @@ -12,6 +12,7 @@ clean:: rm -f $(binaries) v4l2-driverids.cpp v4l2-chipids.cpp -if [ -f qv4l2/Makefile ]; then make -C qv4l2 $@; fi -rm -f qv4l2/qv4l2 qv4l2/Makefile + make -C xc3028-firmware $@ qv4l2: if [ ! -f qv4l2/Makefile ]; then (cd qv4l2; qmake); fi |