arch: Remove board/libboard$(LIBEXT) from the rerequest of export_startup

Signed-off-by: Xiang Xiao <xiaoxiang@xiaomi.com>
This commit is contained in:
Xiang Xiao
2022-05-12 18:41:27 +08:00
committed by Petro Karashchenko
parent 23200471df
commit 1ba316b5c7
20 changed files with 21 additions and 22 deletions
+1 -1
View File
@@ -103,7 +103,7 @@ endif
# This is part of the top-level export target
export_startup: board/libboard$(LIBEXT) $(STARTUP_OBJS)
export_startup: $(STARTUP_OBJS)
$(Q) if [ -d "$(EXPORT_DIR)/startup" ]; then \
cp -f $(STARTUP_OBJS) "$(EXPORT_DIR)/startup"; \
else \