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
|
||
|
|