mirror of
https://github.com/capstone-engine/capstone.git
synced 2025-02-17 04:49:46 +00:00
m68k: rename M68Kconf.h to M68KConf.h for consistency
This commit is contained in:
parent
0c49966482
commit
8deb6d9eed
2
Makefile
2
Makefile
@ -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 =
|
||||
|
@ -38,7 +38,7 @@
|
||||
/* ======================================================================== */
|
||||
|
||||
/* Import the configuration for this build */
|
||||
#include "M68Kconf.h"
|
||||
#include "M68KConf.h"
|
||||
|
||||
|
||||
/* ======================================================================== */
|
||||
|
Loading…
x
Reference in New Issue
Block a user