mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/next/linux-next.git
synced 2025-01-15 13:15:57 +00:00
1770a8988f
Merge branch 'for-2635/s5p-audio' into for-linus/samsung2
25 lines
446 B
Makefile
25 lines
446 B
Makefile
# arch/arm/mach-s5pv210/Makefile
|
|
#
|
|
# Copyright (c) 2010 Samsung Electronics Co., Ltd.
|
|
# http://www.samsung.com/
|
|
#
|
|
# Licensed under GPLv2
|
|
|
|
obj-y :=
|
|
obj-m :=
|
|
obj-n :=
|
|
obj- :=
|
|
|
|
# Core support for S5PV210 system
|
|
|
|
obj-$(CONFIG_CPU_S5PV210) += cpu.o init.o clock.o dma.o gpiolib.o
|
|
|
|
# machine support
|
|
|
|
obj-$(CONFIG_MACH_SMDKV210) += mach-smdkv210.o
|
|
obj-$(CONFIG_MACH_SMDKC110) += mach-smdkc110.o
|
|
|
|
# device support
|
|
|
|
obj-y += dev-audio.o
|