Age | Commit message (Collapse) | Author |
|
From: Michael Krufky <mkrufky@linuxtv.org>
Use ivtv's Kbuild file to make the build rules for the v4l-dvb + ivtv trunk
virtual merge dynamic. This eliminats the static rules from the v4l-dvb tree
and will prevent future build problems.
Signed-off-by: Michael Krufky <mkrufky@linuxtv.org>
|
|
From: Michael Krufky <mkrufky@linuxtv.org>
I accidentally copied too many lines from Makefile.media into Makefile.ivtv
This changeset removes the following lines:
@echo -e "\nRemoving old $(DEST) files\n"
Signed-off-by: Michael Krufky <mkrufky@linuxtv.org>
|
|
From: Michael Krufky <mkrufky@linuxtv.org>
The merged ivtv build functionality was lost in the new build configuration.
This patch restores the build and install functionality for both ivtv and
cx88-ivtv.
make ivtv enable merged ivtv build
make cx88-ivtv enable cx88-ivtv emulation mode for cx88-blackbird
make ivtv-up update ivtv sources using subversion
make ivtv-install install modules
make ivtv-rminstall remove modules
Signed-off-by: Michael Krufky <mkrufky@linuxtv.org>
|