You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
17 lines
355 B
17 lines
355 B
# arch/arm/mach-s3c2440/Makefile
|
|
#
|
|
# Copyright 2007 Simtec Electronics
|
|
#
|
|
# Licensed under GPLv2
|
|
|
|
obj-y :=
|
|
obj-m :=
|
|
obj-n :=
|
|
obj- :=
|
|
|
|
obj-$(CONFIG_CPU_S3C2440) += dsc.o
|
|
|
|
obj-$(CONFIG_S3C2440_CPUFREQ) += s3c2440-cpufreq.o
|
|
|
|
obj-$(CONFIG_S3C2440_PLL_12000000) += s3c2440-pll-12000000.o
|
|
obj-$(CONFIG_S3C2440_PLL_16934400) += s3c2440-pll-16934400.o
|
|
|