diff options
Diffstat (limited to 'core/config.mk')
-rw-r--r-- | core/config.mk | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/core/config.mk b/core/config.mk index b7c2ed1620..9d77fe52ba 100644 --- a/core/config.mk +++ b/core/config.mk @@ -120,6 +120,8 @@ include $(BUILD_SYSTEM_COMMON)/math.mk include $(BUILD_SYSTEM_COMMON)/strings.mk +include $(BUILD_SYSTEM_COMMON)/json.mk + # Various mappings to avoid hard-coding paths all over the place include $(BUILD_SYSTEM)/pathmap.mk |