linux/arch/arm/mach-s5pv210/Makefile
<<
>>
Prefs
   1# SPDX-License-Identifier: GPL-2.0
   2#
   3# Copyright (c) 2010 Samsung Electronics Co., Ltd.
   4#               http://www.samsung.com/
   5
   6ccflags-$(CONFIG_ARCH_MULTIPLATFORM) += -I$(srctree)/arch/arm/plat-samsung/include
   7
   8# Core
   9
  10obj-$(CONFIG_PM_SLEEP)          += pm.o sleep.o
  11
  12# machine support
  13
  14obj-y                           += s5pv210.o
  15