aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2010-10-19 02:41:26 -0400
committerMike Frysinger <vapier@gentoo.org>2010-10-25 22:07:18 -0400
commit36cf8cb456203886feb7d458f095a9aa49b2f9e9 (patch)
treea7f6e5729a43f2b55cefb3d674f6069378a2024b /Makefile
parentc163f4478ca72f51b28b55f74addc8fe029d7b83 (diff)
Blackfin: bf527-ezkit-v2: move to boards.cfg
Now that the boards.cfg file supports options to mkconfig, we can move the bf527-ezkit-v2 target out of the Makefile and into boards.cfg. Signed-off-by: Mike Frysinger <vapier@gentoo.org>
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile8
1 files changed, 0 insertions, 8 deletions
diff --git a/Makefile b/Makefile
index f8e13d782..f9f83eb12 100644
--- a/Makefile
+++ b/Makefile
@@ -1176,14 +1176,6 @@ NIOS2_GENERIC = nios2-generic
$(NIOS2_GENERIC:%=%_config) : unconfig
@$(MKCONFIG) $@ nios2 nios2 nios2-generic altera
-#========================================================================
-# Blackfin
-#========================================================================
-
-bf527-ezkit-v2_config : unconfig
- @$(MKCONFIG) -t BF527_EZKIT_REV_2_1 \
- bf527-ezkit blackfin blackfin bf527-ezkit
-
#########################################################################
#########################################################################