diff options
author | Mauro Carvalho Chehab <mchehab@redhat.com> | 2009-04-29 17:03:27 -0400 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@redhat.com> | 2009-06-16 17:20:49 -0400 |
commit | efe018b315a780012d09af70b52a5747cb945e57 (patch) | |
tree | b27f5056fb83961affd6debdba58ca201da68999 | |
parent | 2e03669d9da8c52f24ba44fdbd17c5df7be10585 (diff) |
V4L/DVB (11654a): Add a missing end of line at the end of gspca/m5602/Makefile
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
-rw-r--r-- | drivers/media/video/gspca/m5602/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/media/video/gspca/m5602/Makefile b/drivers/media/video/gspca/m5602/Makefile index c819d785b3f1..bf7a19a1e6d1 100644 --- a/drivers/media/video/gspca/m5602/Makefile +++ b/drivers/media/video/gspca/m5602/Makefile | |||
@@ -8,4 +8,4 @@ gspca_m5602-objs := m5602_core.o \ | |||
8 | m5602_s5k83a.o \ | 8 | m5602_s5k83a.o \ |
9 | m5602_s5k4aa.o | 9 | m5602_s5k4aa.o |
10 | 10 | ||
11 | EXTRA_CFLAGS += -Idrivers/media/video/gspca \ No newline at end of file | 11 | EXTRA_CFLAGS += -Idrivers/media/video/gspca |