Skip to content

Commit

Permalink
Added camera_project
Browse files Browse the repository at this point in the history
  • Loading branch information
hyperion70 committed Mar 6, 2019
1 parent 2dc5b76 commit ea537d2
Show file tree
Hide file tree
Showing 4 changed files with 1,330 additions and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/misc/mediatek/imgsensor/src/mt6757/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -51,4 +51,4 @@ obj-y += $(custom_kernel_imgsensor_by_platform)
obj-y += $(custom_kernel_imgsensor_by_project)

$(info imgsensor drv by platform $(platform_drv))
$(info imgsensor drv by project $(project_drv))
#$(info imgsensor drv by project $(project_drv))
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
#
# Copyright (C) 2015 MediaTek Inc.
#
# This program is free software: you can redistribute it and/or modify
# it under the terms of the GNU General Public License version 2 as
# published by the Free Software Foundation.
#
# This program is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
# GNU General Public License for more details.
#

#
# Makefile for misc devices that really don't fit anywhere else.
#
ifneq ($(CONFIG_PINCTRL_MT6757),y)
# to use mtk legacy pinctrl
subdir-ccflags-y += -I$(DRVGEN_OUT)/inc
endif
MTK_CUSTOM_PATH := $(srctree)/drivers/misc/mediatek

ccflags-y += -I$(MTK_CUSTOM_PATH)/imgsensor/inc \

obj-y += kd_camera_hw.o
Loading

0 comments on commit ea537d2

Please sign in to comment.