diff options
| author | Amlal El Mahrouss <amlal@nekernel.org> | 2025-08-17 07:55:38 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-08-17 07:55:38 +0200 |
| commit | 7802a79f34c6f96f1c1ead72098c449b1a8826d8 (patch) | |
| tree | 9a1b0ce29eb1bcf7ca443fcd9500d3e54a268eb3 /src/ppc64/makefile | |
| parent | 31d6c0c1ee8ac790399efc3949a2806dca44d301 (diff) | |
| parent | 2835bd8b264d52dc922cc303c0c5e5ddb6aedb99 (diff) | |
Merge pull request #6 from nekernel-org/dev
v0.0.1
Diffstat (limited to 'src/ppc64/makefile')
| -rw-r--r-- | src/ppc64/makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/ppc64/makefile b/src/ppc64/makefile index 8adb03f..d046098 100644 --- a/src/ppc64/makefile +++ b/src/ppc64/makefile @@ -1,7 +1,7 @@ #
# ========================================================
#
- # CoreBoot
+ # NeBoot
# Date Added: 08/11/2023
# Copyright 2024, Amlal El Mahrouss, all rights reserved.
#
@@ -35,7 +35,7 @@ IMG_CMD=qemu-img create -f qcow2 epm.img 256M .PHONY: all
all: firmware-link
- @echo "[CoreBoot] build done."
+ @echo "[NeBoot] build done."
.PHONY: firmware-link
firmware-link: firmware-compile
|
