Move includes out of src

This mirrors gb-starter-kit, where it was important because submodules
can pull in `.asm` files that we don't want to assemble.
This commit is contained in:
ISSOtm
2023-11-05 17:18:40 +01:00
parent 06ea1ea0fa
commit 0653447bb6
3 changed files with 2 additions and 2 deletions

2
.gitmodules vendored
View File

@@ -1,3 +1,3 @@
[submodule "src/include/hardware.inc"]
path = src/include/hardware.inc
path = include/hardware.inc
url = https://github.com/gbdev/hardware.inc.git