Skip to content

Commit

Permalink
Makefile: fix build for non-390 architectures
Browse files Browse the repository at this point in the history
The last commit accidentally deleted the TOOLS_DIR for non-s390x
architectures.

Fixes: de013d2 ("Makefile: add genprotimg to non-s390x architectures target list")
Signed-off-by: Steffen Eiden <[email protected]>
  • Loading branch information
steffen-eiden committed Jul 11, 2023
1 parent de013d2 commit 2ef6f64
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,8 @@ TOOL_DIRS = zipl zdump fdasd dasdfmt dasdview tunedasd \
genprotimg lsstp hsci hsavmcore chreipl-fcp-mpath ap_tools pvattest
else
BASELIB_DIRS =
LIB_DIRS = genprotimg libpv
LIB_DIRS = libpv
TOOL_DIRS = genprotimg pvattest
endif

SUB_DIRS = $(BASELIB_DIRS) $(LIB_DIRS) $(TOOL_DIRS)
Expand Down

0 comments on commit 2ef6f64

Please sign in to comment.