From 129001909d36161b4850142f29eeafc295b92a3e Mon Sep 17 00:00:00 2001 From: James Buren Date: Sun, 25 Oct 2020 23:48:26 +0000 Subject: h300: enable support for iriver_flash This also modifies the configuration file to include macros defined in the H100 / H120 implementation. Change-Id: Iae845889c98661ec548c04fc57e733dcc346c0f1 --- apps/plugins/SOURCES | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'apps/plugins/SOURCES') diff --git a/apps/plugins/SOURCES b/apps/plugins/SOURCES index c0246eecc4..910ffe4161 100644 --- a/apps/plugins/SOURCES +++ b/apps/plugins/SOURCES @@ -61,7 +61,7 @@ iriverify.c #endif #if (CONFIG_PLATFORM & PLATFORM_NATIVE) /* Requires real hardware */ -#if defined(IRIVER_H100_SERIES) +#if defined(IRIVER_H100_SERIES) || defined(IRIVER_H300_SERIES) iriver_flash.c #endif -- cgit v1.2.3