#58826 - SittingDuck - Wed Oct 26, 2005 3:05 pm
Quote: |
# --- boot type ---
MB = 1 ifeq ($(MB),1) EXT := mb.gba SPECS := -specs=gba_mb.specs else EXT := gba SPECS := -specs=gba.specs endif |
This is part of a makefile. What is the boot type and what is gba_mb all about?