mirror of
https://github.com/edk2-porting/linux-next.git
synced 2024-12-23 04:34:11 +08:00
f1290a49c5
Add arch/arm/mach-s3c2416 for support of the Samsung S3C2416 SoC. This patch adds support of the S3C2416 SoC, clocks, timers, and initial IRQ support (without support of secondary set of registers). Signed-off-by: Yauhen Kharuzhy <jekhor@gmail.com> [ben-linux@fluff.org: removed files to be reworked, fixed conflicts] [ben-linux@fluff.org: use s3c2443 reset instead of specific reset code] Signed-off-by: Ben Dooks <ben-linux@fluff.org>
19 lines
292 B
Makefile
19 lines
292 B
Makefile
# arch/arm/mach-s3c2416/Makefile
|
|
#
|
|
# Copyright 2009 Yauhen Kharuzhy <jekhor@gmail.com>
|
|
#
|
|
# Licensed under GPLv2
|
|
|
|
obj-y :=
|
|
obj-m :=
|
|
obj-n :=
|
|
obj- :=
|
|
|
|
obj-$(CONFIG_CPU_S3C2416) += s3c2416.o
|
|
obj-$(CONFIG_CPU_S3C2416) += irq.o
|
|
|
|
#obj-$(CONFIG_S3C2416_DMA) += dma.o
|
|
|
|
# Machine support
|
|
|