diff options
Diffstat (limited to 'arch/arm/mach-s5pc1xx/Makefile')
-rw-r--r-- | arch/arm/mach-s5pc1xx/Makefile | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/arch/arm/mach-s5pc1xx/Makefile b/arch/arm/mach-s5pc1xx/Makefile new file mode 100644 index 0000000000..9f43ded1d9 --- /dev/null +++ b/arch/arm/mach-s5pc1xx/Makefile @@ -0,0 +1,14 @@ +# +# (C) Copyright 2000-2003 +# Wolfgang Denk, DENX Software Engineering, wd@denx.de. +# +# (C) Copyright 2008 +# Guennadi Liakhovetki, DENX Software Engineering, <lg@denx.de> +# +# SPDX-License-Identifier: GPL-2.0+ +# + +obj-y = cache.o +obj-y += reset.o + +obj-y += clock.o |