diff options
| author | Jan Kratochvil <[email protected]> | 2013-12-17 18:49:54 +0100 |
|---|---|---|
| committer | Jan Kratochvil <[email protected]> | 2013-12-18 13:01:05 +0100 |
| commit | c6a41483f2986d5542c554981348f75b815ef9b1 (patch) | |
| tree | afbd87ebb664bfe07a7d03790920fdbbc3be9e38 /backends/Makefile.am | |
| parent | c8c610bcfb9e90ab2d43c019da7eaade7017baec (diff) | |
unwinder: s390 and s390x
Signed-off-by: Jan Kratochvil <[email protected]>
Diffstat (limited to 'backends/Makefile.am')
| -rw-r--r-- | backends/Makefile.am | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/backends/Makefile.am b/backends/Makefile.am index 4752a643..ec9e0a3c 100644 --- a/backends/Makefile.am +++ b/backends/Makefile.am @@ -106,7 +106,8 @@ libebl_ppc64_pic_a_SOURCES = $(ppc64_SRCS) am_libebl_ppc64_pic_a_OBJECTS = $(ppc64_SRCS:.c=.os) s390_SRCS = s390_init.c s390_symbol.c s390_regs.c s390_retval.c \ - s390_corenote.c s390x_corenote.c s390_cfi.c + s390_corenote.c s390x_corenote.c s390_cfi.c s390_initreg.c \ + s390_unwind.c libebl_s390_pic_a_SOURCES = $(s390_SRCS) am_libebl_s390_pic_a_OBJECTS = $(s390_SRCS:.c=.os) |
