mirror of
https://github.com/ibm-s390-linux/s390-tools.git
synced 2026-08-05 02:14:52 +00:00
Makefile: add genprotimg to non-s390x architectures target list
`genprotimg` can be useful on non-s390x architectures such as x86 or arm. Therefore add `genprotimg` to the non-s390x target list. How to build genprotimg on a non-s390x system (s390x cross-compiler required) $ # Build and install /usr/bin/genprotimg $ make -C genprotimg $ make install -C genprotimg $ # Build and install the genprotimg bootloaders $ make -C genprotimg/boot HOST_ARCH=s390x CROSS_COMPILE=s390x-linux-gnu- $ make install -C genprotimg/boot HOST_ARCH=s390x CROSS_COMPILE=s390x-linux-gnu- Reviewed-by: Steffen Eiden <seiden@linux.ibm.com> Signed-off-by: Marc Hartmayer <mhartmay@linux.ibm.com> Signed-off-by: Steffen Eiden <seiden@linux.ibm.com>
This commit is contained in:
committed by
Steffen Eiden
parent
ed94cf9839
commit
de013d2f04
@@ -8,6 +8,7 @@ Release history for s390-tools (MIT version)
|
||||
Add new tools / libraries:
|
||||
|
||||
Changes of existing tools:
|
||||
- add support for architectures other than s390x for `genprotimg`
|
||||
|
||||
Bug Fixes:
|
||||
|
||||
|
||||
3
Makefile
3
Makefile
@@ -18,8 +18,7 @@ TOOL_DIRS = zipl zdump fdasd dasdfmt dasdview tunedasd \
|
||||
genprotimg lsstp hsci hsavmcore chreipl-fcp-mpath ap_tools pvattest
|
||||
else
|
||||
BASELIB_DIRS =
|
||||
LIB_DIRS = libpv
|
||||
TOOL_DIRS = pvattest
|
||||
LIB_DIRS = genprotimg libpv
|
||||
endif
|
||||
|
||||
SUB_DIRS = $(BASELIB_DIRS) $(LIB_DIRS) $(TOOL_DIRS)
|
||||
|
||||
Reference in New Issue
Block a user