diff options
| author | ISSOtm <eldredhabert0@gmail.com> | 2018-06-08 19:15:55 +0200 |
|---|---|---|
| committer | ISSOtm <eldredhabert0@gmail.com> | 2018-06-08 19:15:55 +0200 |
| commit | 03279f38fc11f05ac925229102ddaf6433acfa88 (patch) | |
| tree | 079964f03cd535bf3c607a8444decbe59f55e319 /Makefile | |
| parent | 7990b32450b833c249734e15a51de4df541bc109 (diff) | |
Make vram.asm its own object
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -21,7 +21,7 @@ CORRECTEDROM := $(ROM:%.gb=%-correctheader.gb) rwildcard = $(foreach d, $(wildcard $1*), $(filter $(subst *, %, $2), $d) $(call rwildcard, $d/, $2)) DIRS := home engine data audio -OBJS := $(addprefix $(BUILD)/, gfx.o sram.o wram.o hram.o shim.o) +OBJS := $(addprefix $(BUILD)/, gfx.o vram.o sram.o wram.o hram.o shim.o) OBJS += $(patsubst %.asm, $(BUILD)/%.o, $(call rwildcard, $(DIRS), *.asm)) GFX := $(patsubst %.png, $(BUILD)/%.2bpp, \ |
