* Use new epaper driver instead of qisda fb driver linux/arch/arm/mach-s3c2416/orizon-devs.c: * Rename old cyio-dev.c linux/arch/arm/mach-s3c2416/mach-cybook_orizon.c, linux/arch/arm/mach-s3c2416/orizon-devs.c: + Add support for new drivers in platform device list linux/drivers/video/Makefile, linux/drivers/video/Kconfig, linux/drivers/video/epaper/*: + Add new epaper driver for tcon (resolve #9) linux/drivers/input/misc/orizon_tilt.c: + Add new driver for the tilt sensor linux/drivers/char/s3c-adc.c: - Remove bloated code (this code must be audited, see ticket #8) linux/include/cybook.h: * Extend the CAPABILITY Field
24 lines
512 B
Makefile
24 lines
512 B
Makefile
# arch/arm/mach-s3c2416/Makefile
|
|
#
|
|
# Copyright 2007 Samsung Electronics
|
|
#
|
|
# Licensed under GPLv2
|
|
|
|
obj-y :=
|
|
obj-m :=
|
|
obj-n :=
|
|
obj- :=
|
|
|
|
obj-$(CONFIG_CPU_S3C2416) += s3c2416.o
|
|
obj-$(CONFIG_CPU_S3C2416) += irq.o
|
|
obj-$(CONFIG_CPU_S3C2416) += clock.o
|
|
|
|
obj-$(CONFIG_S3C2416_DMA) += dma.o
|
|
obj-$(CONFIG_S3C2416_PM) += pm.o
|
|
|
|
# Machine support
|
|
|
|
obj-$(CONFIG_MACH_SMDK2416) += mach-smdk2416.o qisda-utils.o cybook.o
|
|
obj-$(CONFIG_MACH_CYBOOK_ORIZON) += mach-cybook_orizon.o cybook.o qisda-utils.o orizon-devs.o
|
|
|