2008-10-21 15:06:39 +02:00
|
|
|
# arch/arm/plat-s3c64xx/Makefile
|
|
|
|
#
|
|
|
|
# Copyright 2008 Openmoko, Inc.
|
|
|
|
# Copyright 2008 Simtec Electronics
|
|
|
|
#
|
|
|
|
# Licensed under GPLv2
|
|
|
|
|
|
|
|
obj-y :=
|
|
|
|
obj-m :=
|
|
|
|
obj-n := dummy.o
|
|
|
|
obj- :=
|
|
|
|
|
|
|
|
# Core files
|
2008-10-21 15:06:46 +02:00
|
|
|
|
|
|
|
obj-y += dev-uart.o
|
2008-10-21 15:06:49 +02:00
|
|
|
obj-y += cpu.o
|
2008-10-21 15:06:51 +02:00
|
|
|
obj-y += irq.o
|
2008-10-21 15:07:08 +02:00
|
|
|
obj-y += irq-eint.o
|
2008-10-21 15:07:00 +02:00
|
|
|
obj-y += clock.o
|
2008-10-31 17:14:33 +01:00
|
|
|
obj-y += gpiolib.o
|
2008-10-21 15:06:58 +02:00
|
|
|
|
|
|
|
# CPU support
|
|
|
|
|
|
|
|
obj-$(CONFIG_CPU_S3C6400_INIT) += s3c6400-init.o
|
2008-10-21 15:07:02 +02:00
|
|
|
obj-$(CONFIG_CPU_S3C6400_CLOCK) += s3c6400-clock.o
|
2008-10-31 17:14:51 +01:00
|
|
|
|
|
|
|
# Device setup
|
|
|
|
|
|
|
|
obj-$(CONFIG_S3C64XX_SETUP_I2C0) += setup-i2c0.o
|
2008-10-31 17:14:56 +01:00
|
|
|
obj-$(CONFIG_S3C64XX_SETUP_I2C1) += setup-i2c1.o
|
2008-11-19 16:41:33 +01:00
|
|
|
obj-$(CONFIG_S3C64XX_SETUP_FB_24BPP) += setup-fb-24bpp.o
|