summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorPikalaxALT <pikalaxalt@gmail.com>2020-05-30 15:06:13 -0400
committerPikalaxALT <pikalaxalt@gmail.com>2020-05-30 15:06:13 -0400
commit1d92bac012170fda7ec543433eb9572f75f9b710 (patch)
tree712281cce1a3619b3e73d5cde5ed99bc37408027 /Makefile
parent6bc6ec1ccc052f03a9c1a5b91b1cf022277c7ab6 (diff)
filesystem.mk; arm7 global symbol names
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index ef64ee92..598a4801 100644
--- a/Makefile
+++ b/Makefile
@@ -1,5 +1,8 @@
# Makefile to build Pokemon Diamond image
+include config.mk
+include filesystem.mk
+
.PHONY: clean tidy all default patch_mwasmarm
# Try to include devkitarm if installed