mirror of
https://github.com/Fishwaldo/build.git
synced 2025-03-28 09:41:41 +00:00
14 lines
388 B
Diff
14 lines
388 B
Diff
diff --git a/Makefile b/Makefile
|
|
index e811e0c..f1af403
|
|
--- a/Makefile
|
|
+++ b/Makefile
|
|
@@ -11,6 +11,9 @@ NAME = Fearless Coyote
|
|
# Comments in this file are targeted only to the developer, do not
|
|
# expect to learn how to build the kernel reading this file.
|
|
|
|
+LOADADDR=0x00208000
|
|
+export LOADADDR
|
|
+
|
|
# That's our default target when none is given on the command line
|
|
PHONY := _all
|
|
_all:
|