Skip to content

Commit f4475ca

Browse files
committed
Remove old manual AP patches
1 parent f5a02ed commit f4475ca

File tree

10 files changed

+36
-803
lines changed

10 files changed

+36
-803
lines changed

.gitignore

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,7 @@ SC*
44
*.elf
55
*.bin
66
*.o
7-
bios-patches.inc
8-
orca.inc
7+
*.inc
98
BES*
109
BAS*
1110
*.mcs

loader/Makefile

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
include ../variables.mk
55

6-
LOADER_AUTOGEN := orca.inc bios-patches.inc
6+
LOADER_AUTOGEN := orca.inc patches.inc
77
LOADER_HEADERS := $(wildcard *.h) $(LOADER_AUTOGEN)
88
LOADER_OBJECTS := $(patsubst %.c, %.o, $(patsubst %.S, %.o, $(wildcard *.c *.S)))
99

@@ -14,11 +14,11 @@ clean:
1414

1515
# BIOS patches
1616

17-
bios-patches.elf: bios-patches.S
18-
$(CC) $(CFLAGS) bios-patches.S -o bios-patches.elf
17+
patches.elf: patches.S
18+
$(CC) $(CFLAGS) patches.S -o patches.elf
1919

20-
bios-patches.inc: bios-patches.elf
21-
bash ../util/elf2h.sh BIOS_PATCHES bios-patches.elf bios-patches.inc
20+
patches.inc: patches.elf
21+
bash ../util/elf2h.sh BIOS_PATCHES patches.elf patches.inc
2222

2323
# Intermediate objects
2424

File renamed without changes.

loader/bios-patcher.c

Lines changed: 0 additions & 39 deletions
This file was deleted.

loader/bios-patcher.h

Lines changed: 0 additions & 7 deletions
This file was deleted.

0 commit comments

Comments
 (0)