Age | Commit message (Collapse) | Author |
|
From: Hans Verkuil <hverkuil@xs4all.nl>
- fix some warnings when creating/removing directories when running
'make firmware'
- fix v4l2-apps build: copy and strip the linux/include headers first
to avoid the kernel-specific constructs in the original headers.
Update the include paths to point to the copy.
Priority: normal
Signed-off-by: Hans Verkuil <hverkuil@xs4all.nl>
|
|
From: Mauro Carvalho Chehab <mchehab@infradead.org>
Signed-off-by: Mauro Carvalho Chehab <mchehab@infradead.org>
|
|
From: Mauro Carvalho Chehab <mchehab@infradead.org>
This patch completes firmware compilation scripts:
- linux/firmware/Makefile is just a copy of kernel script make file. It is not
currently used by the building system;
- Added two new targets for firmware compilation and instalation;
- Fixes the COPYING file to explicitly state that the firmwares aren't covered
by GPL;
- make distclean will also cleanup the firmwares.
Signed-off-by: Mauro Carvalho Chehab <mchehab@infradead.org>
|
|
From: Mauro Carvalho Chehab <mchehab@infradead.org>
make firmware will now create the firmware files, using .ihex, .HEX and .H16
target files, under linux/firmware.
TODO:
- use the right names for those firmwares;
- link them with the module, if desired by enduser.
Signed-off-by: Mauro Carvalho Chehab <mchehab@infradead.org>
|