Makefile (e5451c8f8330e03ad3cfa16048b4daf961af434f) | Makefile (549fba3a615a5dc6219bb41b3ee3951173fcf1e6) |
---|---|
1# arch/arm/mach-s5pv210/Makefile 2# 3# Copyright (c) 2010 Samsung Electronics Co., Ltd. 4# http://www.samsung.com/ 5# 6# Licensed under GPLv2 7 | 1# arch/arm/mach-s5pv210/Makefile 2# 3# Copyright (c) 2010 Samsung Electronics Co., Ltd. 4# http://www.samsung.com/ 5# 6# Licensed under GPLv2 7 |
8ccflags-$(CONFIG_ARCH_MULTIPLATFORM) += -I$(srctree)/$(src)/include -I$(srctree)/arch/arm/plat-samsung/include | 8ccflags-$(CONFIG_ARCH_MULTIPLATFORM) += -I$(srctree)/arch/arm/plat-samsung/include |
9 10# Core 11 12obj-$(CONFIG_PM_SLEEP) += pm.o sleep.o 13 14# machine support 15 16obj-y += s5pv210.o | 9 10# Core 11 12obj-$(CONFIG_PM_SLEEP) += pm.o sleep.o 13 14# machine support 15 16obj-y += s5pv210.o |