diff options
Diffstat (limited to 'qemu/roms/u-boot/board/samsung/arndale/Makefile')
-rw-r--r-- | qemu/roms/u-boot/board/samsung/arndale/Makefile | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/qemu/roms/u-boot/board/samsung/arndale/Makefile b/qemu/roms/u-boot/board/samsung/arndale/Makefile deleted file mode 100644 index be2b3662a..000000000 --- a/qemu/roms/u-boot/board/samsung/arndale/Makefile +++ /dev/null @@ -1,11 +0,0 @@ -# -# Copyright (C) 2013 Samsung Electronics -# -# SPDX-License-Identifier: GPL-2.0+ -# - -obj-y += arndale_spl.o - -ifndef CONFIG_SPL_BUILD -obj-y += arndale.o -endif |