Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 4 additions & 8 deletions arch/arm/mach-s5p6818/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -17,15 +17,11 @@ obj-$(CONFIG_ANDROID_RAM_CONSOLE) += dev-ramcon.o
#===============================================================================
# Support prototype
#===============================================================================
PROTOTYPE := prototype
MODULES := module
BASEDIR := base
obj-y += prototype/

include $(srctree)/arch/arm/mach-s5p6818/$(PROTOTYPE).mk

KBUILD_CFLAGS += -I$(srctree)/$(MACHINE)$(PROTOTYPE)/$(BASEDIR) \
-I$(srctree)/$(MACHINE)$(PROTOTYPE)/$(MODULES) \
-I$(srctree)/$(MACHINE)$(PROTOTYPE)/$(MODULES)
KBUILD_CFLAGS += \
-I$(srctree)/$(MACHINE)prototype/base \
-I$(srctree)/$(MACHINE)prototype/module

ifeq ($(CONFIG_S5P6818_PROTO_RELEASE),y)
KBUILD_CFLAGS += -D__LINUX__ -D__PRINTK__ -DNX_RELEASE
Expand Down
69 changes: 0 additions & 69 deletions arch/arm/mach-s5p6818/prototype.mk

This file was deleted.

25 changes: 25 additions & 0 deletions arch/arm/mach-s5p6818/prototype/Makefile
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
#
# (C) Copyright 2009
# jung hyun kim, Nexell Co, <jhkim@nexell.co.kr>
#
# See file CREDITS for list of people who contributed to this
# project.
#
# This program is free software; you can redistribute it and/or
# modify it under the terms of the GNU General Public License as
# published by the Free Software Foundation; either version 2 of
# the License, or (at your option) any later version.
#
# 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.
#
# You should have received a copy of the GNU General Public License
# along with this program; if not, write to the Free Software
# Foundation, Inc., 59 Temple Place, Suite 330, Boston,
# MA 02111-1307 USA
#

obj-y += base/
obj-y += module/
24 changes: 24 additions & 0 deletions arch/arm/mach-s5p6818/prototype/base/Makefile
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
#
# (C) Copyright 2009
# jung hyun kim, Nexell Co, <jhkim@nexell.co.kr>
#
# See file CREDITS for list of people who contributed to this
# project.
#
# This program is free software; you can redistribute it and/or
# modify it under the terms of the GNU General Public License as
# published by the Free Software Foundation; either version 2 of
# the License, or (at your option) any later version.
#
# 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.
#
# You should have received a copy of the GNU General Public License
# along with this program; if not, write to the Free Software
# Foundation, Inc., 59 Temple Place, Suite 330, Boston,
# MA 02111-1307 USA
#

obj-y += nx_bit_accessor.o
68 changes: 68 additions & 0 deletions arch/arm/mach-s5p6818/prototype/module/Makefile
Original file line number Diff line number Diff line change
@@ -0,0 +1,68 @@
#
# (C) Copyright 2009
# jung hyun kim, Nexell Co, <jhkim@nexell.co.kr>
#
# See file CREDITS for list of people who contributed to this
# project.
#
# This program is free software; you can redistribute it and/or
# modify it under the terms of the GNU General Public License as
# published by the Free Software Foundation; either version 2 of
# the License, or (at your option) any later version.
#
# 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.
#
# You should have received a copy of the GNU General Public License
# along with this program; if not, write to the Free Software
# Foundation, Inc., 59 Temple Place, Suite 330, Boston,
# MA 02111-1307 USA
#

obj-y += \
nx_clkpwr.o \
nx_rstcon.o \
nx_tieoff.o \
nx_mcus.o \
nx_timer.o \
nx_gpio.o \
nx_alive.o \
nx_clkgen.o \
nx_ecid.o \
nx_wdt.o

obj-$(CONFIG_NXP_DISPLAY) += \
nx_displaytop.o \
nx_disptop_clkgen.o \
nx_dualdisplay.o \
nx_mlc.o \
nx_dpc.o

obj-$(CONFIG_NXP_DISPLAY_LVDS) += nx_lvds.o
obj-$(CONFIG_NXP_DISPLAY_RESCONV) += nx_resconv.o
obj-$(CONFIG_NXP_DISPLAY_HDMI) += nx_hdmi.o
obj-$(CONFIG_NXP_DISPLAY_HDMI) += nx_ecid.o
obj-$(CONFIG_NXP_DISPLAY_MIPI) += nx_mipi.o

obj-$(CONFIG_RTC_DRV_NXP) += nx_rtc.o

obj-$(CONFIG_HAVE_PWM) += nx_pwm.o
obj-$(CONFIG_NXP_ADC) += nx_adc.o
obj-$(CONFIG_VIDEO_NXP_CAPTURE) += nx_vip.o
obj-$(CONFIG_SLSIAP_BACKWARD_CAMERA) += nx_vip.o
obj-$(CONFIG_NXP_OUT_HDMI) += nx_hdmi.o
obj-$(CONFIG_NXP_OUT_HDMI) += nx_ecid.o

obj-$(CONFIG_NXP_M2M_SCALER) += nx_scaler.o
obj-$(CONFIG_NXP_CAPTURE_MIPI_CSI) += nx_mipi.o
obj-$(CONFIG_NXP_MP2TS_IF) += nx_mpegtsi.o

obj-$(CONFIG_RTC_DRV_NXP) += nx_rtc.o

obj-$(CONFIG_PPM_NXP) += nx_ppm.o
obj-$(CONFIG_SND_NXP_PDM) += nx_pdm.o
obj-$(CONFIG_SENSORS_NXP_TMU) += nx_tmu.o
obj-$(CONFIG_NXP_DISPLAY_TVOUT) += nx_hdmi.o
obj-$(CONFIG_NXP_M2M_DEINTERLACER) += nx_deinterlace.o
1 change: 0 additions & 1 deletion drivers/media/video/nexell/out/Makefile
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
obj-$(CONFIG_VIDEO_NXP_OUT) += nxp-out.o nxp-mlc.o
obj-$(CONFIG_NXP_OUT_RESOLUTION_CONVERTER) += nxp-resc.o sync-preset.o
obj-$(CONFIG_NXP_OUT_HDMI) += hdmi-new/
obj-$(CONFIG_NXP_HDMI_CEC) += hdmi-new/cec/nxp-hdmi-cec.o
obj-$(CONFIG_NXP_OUT_TVOUT) += nxp-tvout.o
#obj-$(CONFIG_NXP_OUT_HDMI) += hdmi/
#obj-$(CONFIG_NXP_OUT_HDMI) += hdmi-emul/
Expand Down
1 change: 1 addition & 0 deletions drivers/media/video/nexell/out/hdmi-new/Makefile
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
obj-y = nxp-hdmi.o
obj-$(CONFIG_NXP_HDMI_CEC) += cec/

EXTRA_CFLAGS += -Idrivers/media/video/nexell
EXTRA_CFLAGS += -I$(srctree)/arch/arm/mach-s5p4418/prototype/base -I$(srctree)/arch/arm/mach-s5p4418/prototype/module
1 change: 1 addition & 0 deletions drivers/media/video/nexell/out/hdmi-new/cec/Makefile
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
obj-$(CONFIG_NXP_HDMI_CEC) += nxp-hdmi-cec.o