diff options
Diffstat (limited to 'v4l')
-rw-r--r-- | v4l/ChangeLog | 6 | ||||
-rw-r--r-- | v4l/Makefile | 2 |
2 files changed, 7 insertions, 1 deletions
diff --git a/v4l/ChangeLog b/v4l/ChangeLog index 5ac3254bc..2f6f82efd 100644 --- a/v4l/ChangeLog +++ b/v4l/ChangeLog @@ -1,3 +1,9 @@ +2005-10-30 17:11 mchehab + * ../v4l/Makefile: + - Fix em28xx instalation. + + Signed-off-by: Mauro Carvalho Chehab <mchehab@brturbo.com.br> + 2005-10-29 14:31 mkrufky * ../v4l/Makefile: diff --git a/v4l/Makefile b/v4l/Makefile index 7b54a6443..1e3bd021e 100644 --- a/v4l/Makefile +++ b/v4l/Makefile @@ -203,7 +203,7 @@ install:: rminstall -install -m 644 -c $(inst_saa7134) $(KDIR26)/video/saa7134 -install -d $(KDIR26)/video/em28xx - -install -m 644 -c $(inst_saa7134) $(KDIR26)/video/em28xx + -install -m 644 -c $(inst_em28xx) $(KDIR26)/video/em28xx # -install -d $(KDIRUSB) # -install -m 644 -c $(inst_usb) $(KDIRUSB)/ |