m68k: rename M68Kconf.h to M68KConf.h for consistency

This commit is contained in:
Nguyen Anh Quynh 2015-10-04 21:59:03 +08:00
parent 0c49966482
commit 8deb6d9eed
3 changed files with 2 additions and 2 deletions

View File

@ -128,7 +128,7 @@ endif
DEP_M68K =
DEP_M68K += arch/M68K/M68Kconf.h
DEP_M68K += arch/M68K/M68KConf.h
DEP_M68K += arch/M68K/M68KDisassembler.h
LIBOBJ_M68K =

View File

@ -38,7 +38,7 @@
/* ======================================================================== */
/* Import the configuration for this build */
#include "M68Kconf.h"
#include "M68KConf.h"
/* ======================================================================== */