# SPDX-License-Identifier: MIT
# SPDX-FileCopyrightText: 2024 Leah Rowe <leah@libreboot.org>

# This is not the original pcsx-redux Makefile.
# We don't need to build all of PCSX-Redux, only the Open BIOS.
# Due to idiosyncrasies of lbmk's design, it's simpler to just hack
# the Makefile like this.

all:
	make -C src/mips/openbios

clean:
	make -C src/mips/openbios clean

distclean:
	make -C src/mips/openbios clean

oldconfig:
	:

menuconfig:
	:

savedefconfig:
	:

olddefconfig:
	:

nconfig:
	:
