diff options
author | midipix <writeonce@midipix.org> | 2019-06-06 06:14:39 +0000 |
---|---|---|
committer | midipix <writeonce@midipix.org> | 2019-06-06 06:17:00 +0000 |
commit | 65a87239eea1cd2d3e5c5ffad60b6060a4a25996 (patch) | |
tree | baf230c5a5b421c8fbe80550ec9b51d88ab2c065 /project | |
parent | 7f1932233ffb6802f419742920166d19c230c936 (diff) | |
download | mmglue-65a87239eea1cd2d3e5c5ffad60b6060a4a25996.tar.bz2 mmglue-65a87239eea1cd2d3e5c5ffad60b6060a4a25996.tar.xz |
debug interfaces: provide dbg_* interfaces as wrappers around struct __db_vtbl.
Diffstat (limited to 'project')
-rw-r--r-- | project/arch.mk | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/project/arch.mk b/project/arch.mk index 5236cb8..a33fd09 100644 --- a/project/arch.mk +++ b/project/arch.mk @@ -23,6 +23,7 @@ LDFLAGS_CONFIG += -Wl,--exclude-symbols=_IO_putc_unlocked LDFLAGS_CONFIG += -Wl,--exclude-symbols=___errno_location TARGET_SYS_HEADERS = \ + $(PROJECT_DIR)/include/sys/debug.h \ $(PROJECT_DIR)/include/sys/unwind.h \ install-headers: install-target-sys-headers |