summaryrefslogtreecommitdiffstats
path: root/Makefile.am
diff options
context:
space:
mode:
authorAlistair Popple <alistair@popple.id.au>2017-12-04 13:15:16 +1100
committerAlistair Popple <alistair@popple.id.au>2017-12-08 11:22:09 +1100
commit5f815d7a742eaebe01d44251db833b8051f393aa (patch)
tree0c23107ede525f761ebbcb2b17a8bb99188f12a2 /Makefile.am
parent07aa13ea742ee447d7b5d5c295116510f2918119 (diff)
downloadpdbg-5f815d7a742eaebe01d44251db833b8051f393aa.tar.gz
pdbg-5f815d7a742eaebe01d44251db833b8051f393aa.zip
Refactor for an exportable API
The existing API between libpdbg and pdbg was poorly defined. Other programs are beginning to utilise libpdbg so a more strictly defined API would be beneficial. This patch introduces a new header (libpdbg.h) which includes the definition of a public API for libpdbg and updates pdbg to only depend on this. Signed-off-by: Alistair Popple <alistair@popple.id.au>
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am
index 9d34bff..4239a29 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -36,6 +36,7 @@ libfdt_la_SOURCES = \
libfdt/fdt_overlay.c
libpdbg_la_SOURCES = \
+ libpdbg/libpdbg.c \
libpdbg/host.c \
libpdbg/kernel.c \
libpdbg/fake.c \
OpenPOWER on IntegriCloud