diff options
| author | spicyjpeg <88942473+spicyjpeg@users.noreply.github.com> | 2021-11-11 00:37:10 +0100 |
|---|---|---|
| committer | spicyjpeg <88942473+spicyjpeg@users.noreply.github.com> | 2021-11-11 00:37:10 +0100 |
| commit | 8b6a76055ca426c494e16042e21f5e19b870b2ac (patch) | |
| tree | e6c875e8c1bd9169e4f49a1b4ad86026547d7020 /examples/lowlevel/cartrom/makefile | |
| parent | b55bc88017aac1bbe9eab21b480093459c0fd0e1 (diff) | |
| download | psn00bsdk-8b6a76055ca426c494e16042e21f5e19b870b2ac.tar.gz | |
Cleaned up pads example, added CMake script for cartrom
Diffstat (limited to 'examples/lowlevel/cartrom/makefile')
| -rw-r--r-- | examples/lowlevel/cartrom/makefile | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/examples/lowlevel/cartrom/makefile b/examples/lowlevel/cartrom/makefile deleted file mode 100644 index 2434685..0000000 --- a/examples/lowlevel/cartrom/makefile +++ /dev/null @@ -1,14 +0,0 @@ -PREFIX = mipsel-unknown-elf- - -CC = $(PREFIX)gcc -AS = $(PREFIX)as -LD = $(PREFIX)ld - -all: rom.o - $(LD) --oformat binary -T rom.ld -o cartrom.rom rom.o - -%.o: %.s - $(AS) -msoft-float --warn $< -o $@ - -clean: - rm -f rom.o cartrom.rom
\ No newline at end of file |
