aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile.extr
diff options
context:
space:
mode:
authorCyril SIX <cyril.six@kalray.eu>2020-05-25 11:11:06 +0200
committerCyril SIX <cyril.six@kalray.eu>2020-05-25 11:11:06 +0200
commit8c1e56414da2326711efdda18fde7578cc78a373 (patch)
treef5090c0eaf0599e3e88d67dc376b929f19457e2a /Makefile.extr
parent9e1268915a43c9668b0e6dda5426ba47d6b4870b (diff)
downloadcompcert-kvx-8c1e56414da2326711efdda18fde7578cc78a373.tar.gz
compcert-kvx-8c1e56414da2326711efdda18fde7578cc78a373.zip
Adding stub RTLpathLivegenaux.ml
Diffstat (limited to 'Makefile.extr')
-rw-r--r--Makefile.extr3
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile.extr b/Makefile.extr
index f2d06def..b131e84b 100644
--- a/Makefile.extr
+++ b/Makefile.extr
@@ -43,7 +43,8 @@ cparser/pre_parser_messages.ml:
DIRS=extraction \
lib common $(ARCH) backend cfrontend cparser driver \
- exportclight debug mppa_k1c/unittest mppa_k1c/abstractbb/Impure/ocaml
+ exportclight debug mppa_k1c/unittest mppa_k1c/abstractbb/Impure/ocaml \
+ mppa_k1c/lib
INCLUDES=$(patsubst %,-I %, $(DIRS))