summaryrefslogtreecommitdiff
path: root/core/mk/targetsys.mk
diff options
context:
space:
mode:
Diffstat (limited to 'core/mk/targetsys.mk')
-rw-r--r--core/mk/targetsys.mk3
1 files changed, 2 insertions, 1 deletions
diff --git a/core/mk/targetsys.mk b/core/mk/targetsys.mk
index ab76ac4..5624871 100644
--- a/core/mk/targetsys.mk
+++ b/core/mk/targetsys.mk
@@ -1,6 +1,6 @@
################################################################################
# Embtoolkit
-# Copyright(C) 2009-2014 Abdoulaye Walsimou GAYE <awg@embtoolkit.org>.
+# Copyright(C) 2009-2017 Abdoulaye Walsimou GAYE <awg@embtoolkit.org>.
#
# This program is free software; you can distribute it and/or modify it
# under the terms of the GNU General Public License
@@ -28,6 +28,7 @@
#
embtk_os-$(CONFIG_EMBTK_OS_LINUX) := linux
embtk_os := $(or $(embtk_os-y),invalid-os)
+embtk_manufacturer := $(or $(call embtk_uquote,$(CONFIG_EMBTK_MANUFACTURER)),unknown)
embtk_clib-$(CONFIG_EMBTK_CLIB_EGLIBC) := eglibc
embtk_clib-$(CONFIG_EMBTK_CLIB_GLIBC) := glibc