diff options
author | midipix <writeonce@midipix.org> | 2015-12-21 07:33:01 -0500 |
---|---|---|
committer | midipix <writeonce@midipix.org> | 2016-11-11 00:22:30 -0500 |
commit | 3b42f99f60194a4afea5bf04b9f1439ffde4d666 (patch) | |
tree | ef80f8e1af623dc96846b96cde79ed44a77b6c91 /project | |
parent | 938a475adc16f90139cb6227f3e54e6aa743d528 (diff) | |
download | mdso-3b42f99f60194a4afea5bf04b9f1439ffde4d666.tar.bz2 mdso-3b42f99f60194a4afea5bf04b9f1439ffde4d666.tar.xz |
mdso_create_output(): initial implementation.
Diffstat (limited to 'project')
-rw-r--r-- | project/common.mk | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/project/common.mk b/project/common.mk index 12c02e4..2d7fad1 100644 --- a/project/common.mk +++ b/project/common.mk @@ -4,6 +4,7 @@ COMMON_SRCS = \ src/driver/mdso_driver_ctx.c \ src/driver/mdso_unit_ctx.c \ src/logic/mdso_map_input.c \ + src/output/mdso_create_output.c \ src/output/mdso_output_export_symbols.c \ src/skin/mdso_skin_default.c \ |