summaryrefslogtreecommitdiffstats
path: root/qemu/roms/u-boot/board/samsung/smdk5250/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'qemu/roms/u-boot/board/samsung/smdk5250/Makefile')
-rw-r--r--qemu/roms/u-boot/board/samsung/smdk5250/Makefile15
1 files changed, 0 insertions, 15 deletions
diff --git a/qemu/roms/u-boot/board/samsung/smdk5250/Makefile b/qemu/roms/u-boot/board/samsung/smdk5250/Makefile
deleted file mode 100644
index 6a586553e..000000000
--- a/qemu/roms/u-boot/board/samsung/smdk5250/Makefile
+++ /dev/null
@@ -1,15 +0,0 @@
-#
-# Copyright (C) 2012 Samsung Electronics
-#
-# SPDX-License-Identifier: GPL-2.0+
-#
-
-obj-y += smdk5250_spl.o
-
-ifndef CONFIG_SPL_BUILD
-ifdef CONFIG_OF_CONTROL
-obj-y += exynos5-dt.o
-else
-obj-y += smdk5250.o
-endif
-endif