|
@@ -23,6 +23,12 @@
|
|
|
|
|
|
TOOLSUBDIRS =
|
|
|
|
|
|
+#
|
|
|
+# Include this after HOSTOS HOSTARCH check
|
|
|
+# so that we can act intelligently.
|
|
|
+#
|
|
|
+include $(TOPDIR)/config.mk
|
|
|
+
|
|
|
#
|
|
|
# toolchains targeting win32 generate .exe files
|
|
|
#
|
|
@@ -32,12 +38,6 @@ else
|
|
|
SFX =
|
|
|
endif
|
|
|
|
|
|
-#
|
|
|
-# Include this after HOSTOS HOSTARCH check
|
|
|
-# so that we can act intelligently.
|
|
|
-#
|
|
|
-include $(TOPDIR)/config.mk
|
|
|
-
|
|
|
# Enable all the config-independent tools
|
|
|
ifneq ($(HOST_TOOLS_ALL),)
|
|
|
CONFIG_LCD_LOGO = y
|