You've already forked linux-apfs
mirror of
https://github.com/linux-apfs/linux-apfs.git
synced 2026-05-01 15:00:59 -07:00
b4353784ea
The mach-s3c2440/dsc.c is no longer used and the header, regs-dsc.h can be local in mach-s3c24xx/. Signed-off-by: Kukjin Kim <kgene.kim@samsung.com>
16 lines
319 B
Makefile
16 lines
319 B
Makefile
# arch/arm/mach-s3c2440/Makefile
|
|
#
|
|
# Copyright 2007 Simtec Electronics
|
|
#
|
|
# Licensed under GPLv2
|
|
|
|
obj-y :=
|
|
obj-m :=
|
|
obj-n :=
|
|
obj- :=
|
|
|
|
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
|