diff options
| author | Mauro Carvalho Chehab <mchehab@redhat.com> | 2009-04-23 15:23:30 -0300 |
|---|---|---|
| committer | Mauro Carvalho Chehab <mchehab@redhat.com> | 2009-04-23 15:23:30 -0300 |
| commit | 2da45c822154d03cd7db86ac11b52385f1fac384 (patch) | |
| tree | 3c468c31a4211fffc6089f30f71b37196be00ed5 /v4l/Makefile | |
| parent | eea5e74da6f8c1ca2b0670f75c16c690808ce023 (diff) | |
| download | mediapointer-dvb-s2-2da45c822154d03cd7db86ac11b52385f1fac384.tar.gz mediapointer-dvb-s2-2da45c822154d03cd7db86ac11b52385f1fac384.tar.bz2 | |
building system: improve firmware creation
From: Mauro Carvalho Chehab <mchehab@redhat.com>
This is a major rewrite at v4l/firmware/Makefile: It will now create
firmwares only if they don't exist yet, or if the firmware "source" file
were touched.
Also, use implicit rules instead of explicit, in order to simplify the
file. Now, just one line should be modified if a new firmware is added.
Priority: normal
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
Diffstat (limited to 'v4l/Makefile')
| -rw-r--r-- | v4l/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/v4l/Makefile b/v4l/Makefile index aea333c9c..dc0cfcaa6 100644 --- a/v4l/Makefile +++ b/v4l/Makefile @@ -46,6 +46,7 @@ default:: config-compat.h Makefile.media links oss firmware # $(MAKE) checkpatch firmware:: + $(MAKE) -C firmware prep $(MAKE) -C firmware v4l2-spec:: |
