forked from amberisvibin/chibi-pc09
chore: changing instances of Chibi PC-09 to CHIBI PC-09.
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
# Editorconfig for Chibi PC-09 Firmware
|
||||
# Editorconfig for CHIBI PC-09 Firmware
|
||||
|
||||
root = true
|
||||
|
||||
|
2
code/boot/.gitignore
vendored
2
code/boot/.gitignore
vendored
@@ -1,4 +1,4 @@
|
||||
# Gitignore for Chibi PC-09 Firmware
|
||||
# Gitignore for CHIBI PC-09 Firmware
|
||||
|
||||
*.o
|
||||
*.bin
|
||||
|
@@ -1,4 +1,4 @@
|
||||
# Makefile for Chibi PC-09 Firmware
|
||||
# Makefile for CHIBI PC-09 Firmware
|
||||
|
||||
.PHONY: all clean
|
||||
.IGNORE: clean
|
||||
@@ -8,10 +8,10 @@
|
||||
# Project Defaults & Folders
|
||||
# ------------------------------------------------------------------------------
|
||||
|
||||
TARGET := boot.bin
|
||||
SRCDIR := src/
|
||||
MAINSRC := $(SRCDIR)boot.s
|
||||
SRCS := $(wildcard $(SRCDIR)*.s)
|
||||
TARGET := boot.bin
|
||||
SRCDIR := src/
|
||||
MAINSRC := $(SRCDIR)boot.s
|
||||
SRCS := $(wildcard $(SRCDIR)*.s)
|
||||
|
||||
# ------------------------------------------------------------------------------
|
||||
# Toolchain Definitions
|
||||
|
Reference in New Issue
Block a user