From f36a8de70d80236e023bc79e259e86bbc057de9e Mon Sep 17 00:00:00 2001 From: Bill Beech Date: Tue, 28 Apr 2015 14:11:58 -0700 Subject: [PATCH] ISYS8010: Rename configuration file (which is included) to a .h file --- isys8010/isys8010/{isys8010.cfg => isys8010_cfg.h} | 0 isys8010/isys8010/system_defs.h | 2 +- 2 files changed, 1 insertion(+), 1 deletion(-) rename isys8010/isys8010/{isys8010.cfg => isys8010_cfg.h} (100%) diff --git a/isys8010/isys8010/isys8010.cfg b/isys8010/isys8010/isys8010_cfg.h similarity index 100% rename from isys8010/isys8010/isys8010.cfg rename to isys8010/isys8010/isys8010_cfg.h diff --git a/isys8010/isys8010/system_defs.h b/isys8010/isys8010/system_defs.h index 82b46ab3..a00e72a1 100644 --- a/isys8010/isys8010/system_defs.h +++ b/isys8010/isys8010/system_defs.h @@ -29,7 +29,7 @@ #include #include -#include "isys8010.cfg" /* Intel System 80/10 configuration */ +#include "isys8010_cfg.h" /* Intel System 80/10 configuration */ #include "sim_defs.h" /* simulator defns */ /* multibus interrupt definitions */