diff options
Diffstat (limited to 'qemu/roms/u-boot/arch/arm/cpu/armv7/s5pc1xx/Makefile')
-rw-r--r-- | qemu/roms/u-boot/arch/arm/cpu/armv7/s5pc1xx/Makefile | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/qemu/roms/u-boot/arch/arm/cpu/armv7/s5pc1xx/Makefile b/qemu/roms/u-boot/arch/arm/cpu/armv7/s5pc1xx/Makefile deleted file mode 100644 index 9f43ded1d..000000000 --- a/qemu/roms/u-boot/arch/arm/cpu/armv7/s5pc1xx/Makefile +++ /dev/null @@ -1,14 +0,0 @@ -# -# (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 |