aboutsummaryrefslogtreecommitdiff
path: root/build/configuration.make
diff options
context:
space:
mode:
Diffstat (limited to 'build/configuration.make')
-rw-r--r--build/configuration.make2
1 files changed, 2 insertions, 0 deletions
diff --git a/build/configuration.make b/build/configuration.make
index 05318c9..49624e5 100644
--- a/build/configuration.make
+++ b/build/configuration.make
@@ -10,6 +10,7 @@ $(call include-once,$(scf_root)/configuration-rules.make,$(dcf_root))
#
xsde_arch_width :=
xsde_byteorder :=
+xsde_encoding :=
xsde_stl :=
xsde_stl_iterator :=
xsde_iostream :=
@@ -35,6 +36,7 @@ ifdef xsde_stl
$(out_root)/%: xsde_arch_width := $(xsde_arch_width)
$(out_root)/%: xsde_byteorder := $(xsde_byteorder)
+$(out_root)/%: xsde_encoding := $(xsde_encoding)
$(out_root)/%: xsde_stl := $(xsde_stl)
$(out_root)/%: xsde_stl_iterator := $(xsde_stl_iterator)
$(out_root)/%: xsde_iostream := $(xsde_iostream)