2008-10-21 13:06:39 +00: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 13:06:46 +00:00
|
|
|
|
|
|
|
obj-y += dev-uart.o
|
2008-10-21 13:06:49 +00:00
|
|
|
obj-y += cpu.o
|
2008-10-21 13:06:51 +00:00
|
|
|
obj-y += irq.o
|
2008-10-21 13:07:08 +00:00
|
|
|
obj-y += irq-eint.o
|
2008-10-21 13:07:00 +00:00
|
|
|
obj-y += clock.o
|
2008-10-31 16:14:33 +00:00
|
|
|
obj-y += gpiolib.o
|
2008-10-21 13:06:58 +00:00
|
|
|
|
|
|
|
# CPU support
|
|
|
|
|
|
|
|
obj-$(CONFIG_CPU_S3C6400_INIT) += s3c6400-init.o
|
2008-10-21 13:07:02 +00:00
|
|
|
obj-$(CONFIG_CPU_S3C6400_CLOCK) += s3c6400-clock.o
|
2008-10-31 16:14:51 +00:00
|
|
|
|
|
|
|
# Device setup
|
|
|
|
|
|
|
|
obj-$(CONFIG_S3C64XX_SETUP_I2C0) += setup-i2c0.o
|
2008-10-31 16:14:56 +00:00
|
|
|
obj-$(CONFIG_S3C64XX_SETUP_I2C1) += setup-i2c1.o
|
2008-11-19 15:41:33 +00:00
|
|
|
obj-$(CONFIG_S3C64XX_SETUP_FB_24BPP) += setup-fb-24bpp.o
|