summaryrefslogtreecommitdiff
path: root/board/spear/x600/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'board/spear/x600/Makefile')
-rw-r--r--board/spear/x600/Makefile11
1 files changed, 0 insertions, 11 deletions
diff --git a/board/spear/x600/Makefile b/board/spear/x600/Makefile
deleted file mode 100644
index 3ed8415777..0000000000
--- a/board/spear/x600/Makefile
+++ /dev/null
@@ -1,11 +0,0 @@
-# SPDX-License-Identifier: GPL-2.0+
-#
-# (C) Copyright 2000-2004
-# Wolfgang Denk, DENX Software Engineering, wd@denx.de.
-
-ifdef CONFIG_SPL_BUILD
-# necessary to create built-in.o
-obj- := __dummy__.o
-else
-obj-y := fpga.o x600.o
-endif