Skip to content

Commit

Permalink
add: AIF variant modules for atad and dev9
Browse files Browse the repository at this point in the history
  • Loading branch information
uyjulian committed May 17, 2024
1 parent ef0f358 commit 09e65ff
Show file tree
Hide file tree
Showing 2 changed files with 33 additions and 0 deletions.
17 changes: 17 additions & 0 deletions iop/dev9/aifatad/Makefile
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
# _____ ___ ____ ___ ____
# ____| | ____| | | |____|
# | ___| |____ ___| ____| | \ PS2DEV Open Source Project.
#-----------------------------------------------------------------------
# Copyright 2001-2004, ps2dev - http://www.ps2dev.org
# Licenced under Academic Free License version 2.0
# Review ps2sdk README & LICENSE files for further details.

IOP_SRC_DIR = $(PS2SDKSRC)/iop/dev9/atad/src/
IOP_INC_DIR = $(PS2SDKSRC)/iop/dev9/atad/include/

ATA_USE_DEV9 ?= 0
ATA_USE_AIFDEV9 ?= 1

IOP_BIN ?= aifatad.irx

include $(PS2SDKSRC)/iop/dev9/atad/Makefile
16 changes: 16 additions & 0 deletions iop/dev9/aifdev9/Makefile
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
# _____ ___ ____ ___ ____
# ____| | ____| | | |____|
# | ___| |____ ___| ____| | \ PS2DEV Open Source Project.
#-----------------------------------------------------------------------
# Copyright 2001-2004, ps2dev - http://www.ps2dev.org
# Licenced under Academic Free License version 2.0
# Review ps2sdk README & LICENSE files for further details.

IOP_SRC_DIR = $(PS2SDKSRC)/iop/dev9/dev9/src/
IOP_INC_DIR = $(PS2SDKSRC)/iop/dev9/dev9/include/

DEV9_ENABLE_AIF ?= 1

IOP_BIN ?= aifdev9.irx

include $(PS2SDKSRC)/iop/dev9/dev9/Makefile

0 comments on commit 09e65ff

Please sign in to comment.