From 1bafa771993649313a072a4b8af222396658e4c7 Mon Sep 17 00:00:00 2001 From: jdh8d <jdh8d@git.zephyr-software.com> Date: Thu, 4 Jun 2015 18:33:21 +0000 Subject: [PATCH] Former-commit-id: e1f4c0ed2b4027b097f59dd3e17348008ce99dab --- .gitattributes | 1 + SConstruct | 6 ++++++ 2 files changed, 7 insertions(+) create mode 100644 SConstruct diff --git a/.gitattributes b/.gitattributes index fac6f00b4..275101069 100644 --- a/.gitattributes +++ b/.gitattributes @@ -4,6 +4,7 @@ /README -text /README.p1 -text /SConscript -text +/SConstruct -text appfw/Makefile.in -text appfw/TODO -text appfw/configure -text diff --git a/SConstruct b/SConstruct new file mode 100644 index 000000000..c0dd68a00 --- /dev/null +++ b/SConstruct @@ -0,0 +1,6 @@ + + + +env=Environment() +Export('env') +SConscript("SConscript") -- GitLab