-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
2dc5b76
commit ea537d2
Showing
4 changed files
with
1,330 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
25 changes: 25 additions & 0 deletions
25
drivers/misc/mediatek/imgsensor/src/mt6757/camera_project/tk6757_66_n1/camera_hw/Makefile
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
Oops, something went wrong.