Skip to content

Commit

Permalink
Add TARGET_PRODUCT definition so that ce147-victory.c is used.
Browse files Browse the repository at this point in the history
From: Mike Kasick <mike@kasick.org>
Date: Mon, 17 Oct 2011 19:42:32 -0400

Add TARGET_PRODUCT definition so that ce147-victory.c is used.
  • Loading branch information
mkasick authored and Rodderik committed Oct 18, 2011
1 parent 9708b0f commit 8ecb254
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions kernel/drivers/media/video/Makefile
Expand Up @@ -74,6 +74,10 @@ obj-$(CONFIG_VIDEO_TCM825X) += tcm825x.o
obj-$(CONFIG_VIDEO_TVEEPROM) += tveeprom.o
obj-$(CONFIG_VIDEO_MT9V011) += mt9v011.o

ifeq ($(CONFIG_MACH_VICTORY),y)
TARGET_PRODUCT := SPH-D700
endif

ifeq ($(TARGET_PRODUCT),SCH-I500)
obj-$(CONFIG_VIDEO_CE147) += ce147-atlas.o
else ifeq ($(TARGET_PRODUCT),SCH-R910)
Expand Down

0 comments on commit 8ecb254

Please sign in to comment.