source: Main/trunk/Platform/ps2.mk@ 192

Last change on this file since 192 was 189, checked in by Nishi, on Sep 29, 2024 at 9:37:00 AM

will try to fix ps2 later

  • Property svn:keywords set to Id
File size: 452 bytes
Line 
1# $Id: ps2.mk 189 2024-09-29 00:37:00Z nishi $
2
3PREFIX = /dev_hdd0/httpd
4
5CC = mips64r5900el-ps2-elf-gcc
6AR = mips64r5900el-ps2-elf-ar
7CFLAGS = -O2 -D_EE -DPREFIX=\"$(PREFIX)\" -I $(PWD)/Common -I /usr/local/ps2dev/ps2sdk/ee/include -I /usr/local/ps2dev/ps2sdk/common/include
8LDFLAGS = -T/usr/local/ps2dev/ps2sdk/ee/startup/linkfile -L /usr/local/ps2dev/ps2sdk/ee/lib -O2
9LIBS = -ldebug -lsocket
10EXEC = .elf
11LIB = .so
12MODULE =
13SERVADD = mips64r5900el-ps2-elf-strip tewi.elf -o tewi_strip.elf
Note: See TracBrowser for help on using the repository browser.