summaryrefslogtreecommitdiffstats
path: root/board/xilinx/ppc440-generic/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'board/xilinx/ppc440-generic/Makefile')
-rw-r--r--board/xilinx/ppc440-generic/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/board/xilinx/ppc440-generic/Makefile b/board/xilinx/ppc440-generic/Makefile
index d84cf69ab9..1760e4e3be 100644
--- a/board/xilinx/ppc440-generic/Makefile
+++ b/board/xilinx/ppc440-generic/Makefile
@@ -43,7 +43,9 @@ SRCS := $(SOBJS:.o=.S) $(COBJS:.o=.c)
OBJS := $(addprefix $(obj),$(COBJS))
SOBJS := $(addprefix $(obj),$(SOBJS))
-$(LIB): $(OBJS) $(SOBJS)
+all: $(LIB) $(SOBJS)
+
+$(LIB): $(OBJS)
$(call cmd_link_o_target, $^)
clean:
OpenPOWER on IntegriCloud