summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorDenis 'GNUtoo' Carikli <GNUtoo@cyberdimension.org>2021-06-02 18:24:37 +0200
committerDenis 'GNUtoo' Carikli <GNUtoo@cyberdimension.org>2021-06-02 18:26:35 +0200
commit5f4911cae305631190c9df1cef37a52a1e79bc8c (patch)
tree9eaef61c4811d67e560f62d275da09db482a400a /Makefile
parent88d426f440716f57bb9f60459514db52fd06dcac (diff)
downloadexynos-gpio-tool-5f4911cae305631190c9df1cef37a52a1e79bc8c.tar.gz
exynos-gpio-tool-5f4911cae305631190c9df1cef37a52a1e79bc8c.tar.bz2
exynos-gpio-tool-5f4911cae305631190c9df1cef37a52a1e79bc8c.zip
Start adding abstract memory access for better tracing
Signed-off-by: Denis 'GNUtoo' Carikli <GNUtoo@cyberdimension.org>
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index e137324..0000e8f 100644
--- a/Makefile
+++ b/Makefile
@@ -5,6 +5,7 @@ SOURCE := \
exynos4412_gpios.c \
exynos4412_gpios_data.c \
main.c \
+ memory.c \
modem_gpios_data.c \
tests.c \