Skip to content

Commit

Permalink
Merge pull request #1440 from keithpenney/master
Browse files Browse the repository at this point in the history
It really looks like these were typos and thus dependencies are missed.
  • Loading branch information
jogomojo authored May 1, 2024
2 parents b0926b9 + 891973c commit fff1eaf
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion sdbuild/packages/xrfdc/package/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ $(EMBEDDEDSW_DIR):
git clone https://github.com/Xilinx/embeddedsw \
--depth 1 -b $(ESW_VERSION) $(EMBEDDEDSW_DIR)

$(LIB_METAL_INC): $(EMBEDDED_DIR)
$(LIB_METAL_INC): $(EMBEDDEDSW_DIR)
mkdir -p $(LIB_METAL_DIR)/build-libmetal;
cd $(LIB_METAL_DIR)/build-libmetal; \
cmake .. -Wno-deprecated \
Expand Down
2 changes: 1 addition & 1 deletion sdbuild/packages/xsdfec/package/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ $(EMBEDDEDSW_DIR):
git clone https://github.com/Xilinx/embeddedsw \
--depth 1 -b $(ESW_VERSION) $(EMBEDDEDSW_DIR)

$(LIB_METAL_INC): $(EMBEDDED_DIR)
$(LIB_METAL_INC): $(EMBEDDEDSW_DIR)
mkdir -p $(LIB_METAL_DIR)/build-libmetal;
cd $(LIB_METAL_DIR)/build-libmetal; \
cmake .. -Wno-deprecated \
Expand Down

0 comments on commit fff1eaf

Please sign in to comment.