gflt400: Add chameleon diags onto image

Change-Id: Ie14977f502b2c91eabd116cfa460ba2ffa22f8e5
diff --git a/Makefile b/Makefile
index 82a7d8b..146023b 100644
--- a/Makefile
+++ b/Makefile
@@ -90,6 +90,10 @@
 DIRS+=diags
 endif
 
+ifeq ($(BR2_TARGET_GENERIC_PLATFORM_NAME),gflt400)
+DIRS+=diags
+endif
+
 ifeq ($(BR2_TARGET_GENERIC_PLATFORM_NAME),gfrg240)
 DIRS+=diags
 endif
diff --git a/diags/Makefile b/diags/Makefile
index 1a7386b..3f9a77c 100644
--- a/diags/Makefile
+++ b/diags/Makefile
@@ -10,6 +10,9 @@
 ifeq ($(BR2_TARGET_GENERIC_PLATFORM_NAME),gflt110)
  DIRS += chameleon
 endif
+ifeq ($(BR2_TARGET_GENERIC_PLATFORM_NAME),gflt400)
+ DIRS += chameleon
+endif
 ifeq ($(BR2_TARGET_GENERIC_PLATFORM_NAME),gfrg240)
  DIRS += prowl
 endif