diff options
Diffstat (limited to 'loader/Makefile')
-rw-r--r-- | loader/Makefile | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/loader/Makefile b/loader/Makefile index 7ab4fdae7..f72c7e6c1 100644 --- a/loader/Makefile +++ b/loader/Makefile @@ -53,6 +53,16 @@ BINS += loader OBJS += stubs.o endif +ifeq (s390, $(ARCH)) +BINS += loader loader-local +OBJS += stubs.o +endif + +ifeq (s390x, $(ARCH)) +BINS += loader loader-local +OBJS += stubs.o +endif + ifeq (sparc, $(ARCH)) BINS += loader loader-local OBJS += stubs.o |