summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorXavi Del Campo <xavi.dcr@tutanota.com>2020-03-08 14:09:11 +0100
committerXavi Del Campo <xavi.dcr@tutanota.com>2020-03-08 17:10:59 +0100
commit96b0c9d692fd4b41d41e13cdcd8fc773b3976dde (patch)
tree8acee0c8d8c4a412f330e41214ec75e7702c8df7 /Makefile
parente32281cf6b01800f95d7640a127811c79234fe6f (diff)
downloadopensend-96b0c9d692fd4b41d41e13cdcd8fc773b3976dde.tar.gz
First working RX ISR
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 8e46c4c..b985f80 100644
--- a/Makefile
+++ b/Makefile
@@ -1,6 +1,7 @@
PSXSDK_DIR = /usr/local/psxsdk
AS = mipsel-unknown-elf-as
+AS_FLAGS = -msoft-float
CC = mipsel-unknown-elf-gcc
DEFINE = -DVIDEO_MODE=VMODE_PAL -D__PSXSDK__ -fno-strict-overflow -fsigned-char -msoft-float -mno-gpopt -fno-builtin -g
LIBS = -lfixmath