From 537bf70416f2d1a56e20b2555224adb623bb3082 Mon Sep 17 00:00:00 2001 From: Mike Isely Date: Fri, 2 Dec 2005 13:36:28 +0000 Subject: Fix broken pvrusb2 build, due to accidental commit - tveeprom.o had been accidentally added to pvrusb2's Kbuild file. This change restores the previous state. From: Mike Isely Signed-off-by: Mike Isely --- v4l/ChangeLog | 9 +++++++++ v4l_experimental/pvrusb2/Kbuild | 2 +- 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/v4l/ChangeLog b/v4l/ChangeLog index abbbdd109..d376fc7a9 100644 --- a/v4l/ChangeLog +++ b/v4l/ChangeLog @@ -1,3 +1,12 @@ +2005-12-02 13:33 mcisely + + * ../v4l_experimental/pvrusb2/Kbuild: + + - Remove addition of tveeprom.o to Kbuild, caused by an accidental + commit from mchehab + + Signed-off-by: Mike Isely + 2005-12-02 13:27 mcisely * ../v4l_experimental/pvrusb2/pvrusb2-eeprom.c: diff --git a/v4l_experimental/pvrusb2/Kbuild b/v4l_experimental/pvrusb2/Kbuild index 488633837..2166db3e7 100644 --- a/v4l_experimental/pvrusb2/Kbuild +++ b/v4l_experimental/pvrusb2/Kbuild @@ -17,7 +17,7 @@ pvrusb2-objs := \ pvrusb2-debugifc.o \ $(END) -obj-$(CONFIG_VIDEO_PVRUSB2) += pvrusb2.o tveeprom.o +obj-$(CONFIG_VIDEO_PVRUSB2) += pvrusb2.o # Stuff for Emacs to see, in order to encourage consistent editing style: # *** Local Variables: *** -- cgit v1.2.3