chore: changing instances of Chibi PC-09 to CHIBI PC-09.

This commit is contained in:
2024-11-21 18:20:07 -06:00
parent 66c2df04c9
commit 613d5880e0
3 changed files with 7 additions and 7 deletions

View File

@@ -1,4 +1,4 @@
# Editorconfig for Chibi PC-09 Firmware # Editorconfig for CHIBI PC-09 Firmware
root = true root = true

View File

@@ -1,4 +1,4 @@
# Gitignore for Chibi PC-09 Firmware # Gitignore for CHIBI PC-09 Firmware
*.o *.o
*.bin *.bin

View File

@@ -1,4 +1,4 @@
# Makefile for Chibi PC-09 Firmware # Makefile for CHIBI PC-09 Firmware
.PHONY: all clean .PHONY: all clean
.IGNORE: clean .IGNORE: clean
@@ -8,10 +8,10 @@
# Project Defaults & Folders # Project Defaults & Folders
# ------------------------------------------------------------------------------ # ------------------------------------------------------------------------------
TARGET := boot.bin TARGET := boot.bin
SRCDIR := src/ SRCDIR := src/
MAINSRC := $(SRCDIR)boot.s MAINSRC := $(SRCDIR)boot.s
SRCS := $(wildcard $(SRCDIR)*.s) SRCS := $(wildcard $(SRCDIR)*.s)
# ------------------------------------------------------------------------------ # ------------------------------------------------------------------------------
# Toolchain Definitions # Toolchain Definitions