File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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 \
Original file line number Diff line number Diff line change 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
You can’t perform that action at this time.
0 commit comments