From 3d42a221363e4b4f3abc190477505898acda600a Mon Sep 17 00:00:00 2001 From: "Wojciech A. Koszek" Date: Mon, 5 Apr 2010 19:09:09 -0700 Subject: [PATCH] Get PELE friendly Makefile in. --- Makefile | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Makefile b/Makefile index f06a97cf3e3..081f6e13645 100644 --- a/Makefile +++ b/Makefile @@ -3171,6 +3171,10 @@ omap3_zoom2_config : unconfig smdkc100_config: unconfig @$(MKCONFIG) $(@:_config=) arm arm_cortexa8 smdkc100 samsung s5pc1xx +xpele_config: unconfig + @mkdir -p $(obj)include $(obj)board/xilinx/dfe + @$(MKCONFIG) $(@:_config=) arm arm_cortexa8 dfe xilinx dragonfire + ######################################################################### ## XScale Systems ######################################################################### -- 2.47.3