mirror of
https://gitlab.com/buildroot.org/buildroot.git
synced 2026-08-08 08:30:47 -09:00
Ensure project U-Boot dir exists before using it
This commit is contained in:
@@ -37,6 +37,7 @@ saveconfig: $(CONFIG)/conf
|
||||
echo "BR2_UCLIBC_CONFIG:=$(LOCAL)/$(PROJECT)/uclibc-$(UCLIBC_VER).config" >> $(PROJECT_FILE); \
|
||||
fi
|
||||
if [ -f $(UBOOT_DIR)/include/configs/$(PROJECT).h ]; then \
|
||||
mkdir -p $(LOCAL)/$(PROJECT)/u-boot; \
|
||||
cp $(UBOOT_DIR)/include/configs/$(PROJECT).h \
|
||||
$(LOCAL)/$(PROJECT)/u-boot/$(PROJECT).h; \
|
||||
fi
|
||||
|
||||
Reference in New Issue
Block a user