Skip to content

Commit 66e4824

Browse files
committed
add: hook up smap-netdev to buildsystem
1 parent 6f4ddbb commit 66e4824

2 files changed

Lines changed: 19 additions & 0 deletions

File tree

iop/network/Makefile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ SUBDIRS = \
1313
smap \
1414
smap-modular-netman \
1515
smap-modular-none \
16+
smap-netdev \
1617
smap-none \
1718
smap-ps2ip \
1819
smbman \

iop/network/smap-netdev/Makefile

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
# _____ ___ ____ ___ ____
2+
# ____| | ____| | | |____|
3+
# | ___| |____ ___| ____| | \ PS2DEV Open Source Project.
4+
#-----------------------------------------------------------------------
5+
# Copyright 2001-2004, ps2dev - http://www.ps2dev.org
6+
# Licenced under Academic Free License version 2.0
7+
# Review ps2sdk README & LICENSE files for further details.
8+
9+
IOP_BIN_ALTNAMES =
10+
11+
IOP_SRC_DIR = $(PS2SDKSRC)/iop/network/smap/src/
12+
IOP_INC_DIR = $(PS2SDKSRC)/iop/network/smap/include/
13+
14+
SMAP_NETMAN ?= 0
15+
SMAP_PS2IP ?= 0
16+
SMAP_NETDEV ?= 1
17+
18+
include $(PS2SDKSRC)/iop/network/smap/Makefile

0 commit comments

Comments
 (0)