summaryrefslogtreecommitdiff
path: root/mk/target-mcu.mk
diff options
context:
space:
mode:
Diffstat (limited to 'mk/target-mcu.mk')
-rw-r--r--mk/target-mcu.mk4
1 files changed, 3 insertions, 1 deletions
diff --git a/mk/target-mcu.mk b/mk/target-mcu.mk
index 5b5daf3..04cb396 100644
--- a/mk/target-mcu.mk
+++ b/mk/target-mcu.mk
@@ -18,11 +18,13 @@
#
# \file target_mcu.mk
# \brief target_mcu.mk of Embtoolkit. Here we define LINUX_ARCH,
-# \brief GNU_ARCH and GNU_TARGET.
+# \brief GNU_ARCH, GNU_TARGET and EMBTK_OS
# \author Abdoulaye Walsimou GAYE <awg@embtoolkit.org>
# \date May 2009
################################################################################
+embtk_os := linux
+
#ARM
ifeq ($(CONFIG_EMBTK_ARCH_ARM),y)
include $(EMBTK_ROOT)/mk/arch/arm/arm.mk