diff options
| author | Andreas Schwab <[email protected]> | 2016-05-20 19:37:29 +0200 |
|---|---|---|
| committer | Mark Wielaard <[email protected]> | 2016-05-23 13:32:01 +0200 |
| commit | 37bb3fcd9010f6fead99568613b2aa8a7fcdc703 (patch) | |
| tree | 91eb79cdcc1543b014bf89fd6bec81e6985c818e /backends/Makefile.am | |
| parent | 239cd48bc87ffbf95e6fe2dd6bd708b3fc9b1855 (diff) | |
Add support for m68k
Signed-off-by: Andreas Schwab <[email protected]>
Diffstat (limited to 'backends/Makefile.am')
| -rw-r--r-- | backends/Makefile.am | 10 |
1 files changed, 8 insertions, 2 deletions
diff --git a/backends/Makefile.am b/backends/Makefile.am index b16f9486..bf523912 100644 --- a/backends/Makefile.am +++ b/backends/Makefile.am @@ -33,11 +33,12 @@ AM_CPPFLAGS += -I$(top_srcdir)/libebl -I$(top_srcdir)/libasm \ modules = i386 sh x86_64 ia64 alpha arm aarch64 sparc ppc ppc64 s390 \ - tilegx + tilegx m68k libebl_pic = libebl_i386_pic.a libebl_sh_pic.a libebl_x86_64_pic.a \ libebl_ia64_pic.a libebl_alpha_pic.a libebl_arm_pic.a \ libebl_aarch64_pic.a libebl_sparc_pic.a libebl_ppc_pic.a \ - libebl_ppc64_pic.a libebl_s390_pic.a libebl_tilegx_pic.a + libebl_ppc64_pic.a libebl_s390_pic.a libebl_tilegx_pic.a \ + libebl_m68k_pic.a noinst_LIBRARIES = $(libebl_pic) noinst_DATA = $(libebl_pic:_pic.a=.so) @@ -112,6 +113,11 @@ tilegx_SRCS = tilegx_init.c tilegx_symbol.c tilegx_regs.c \ libebl_tilegx_pic_a_SOURCES = $(tilegx_SRCS) am_libebl_tilegx_pic_a_OBJECTS = $(tilegx_SRCS:.c=.os) +m68k_SRCS = m68k_init.c m68k_symbol.c m68k_regs.c \ + m68k_retval.c m68k_corenote.c +libebl_m68k_pic_a_SOURCES = $(m68k_SRCS) +am_libebl_m68k_pic_a_OBJECTS = $(m68k_SRCS:.c=.os) + libebl_%.so libebl_%.map: libebl_%_pic.a $(libelf) $(libdw) @rm -f $(@:.so=.map) |
