summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index a6e7de2e..77352f41 100644
--- a/Makefile
+++ b/Makefile
@@ -1,7 +1,6 @@
# Makefile to build Pokemon Diamond image
include config.mk
-include filesystem.mk
HOSTCC = $(CC)
HOSTCXX = $(CXX)
@@ -309,6 +308,8 @@ $(ROM): $(ELF)
# Make sure build directory exists before compiling anything
DUMMY != mkdir -p $(ALL_DIRS)
+include filesystem.mk
+
%.4bpp: %.png
$(GFX) $< $@