summaryrefslogtreecommitdiffstats
path: root/system/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'system/Makefile')
-rw-r--r--system/Makefile6
1 files changed, 6 insertions, 0 deletions
diff --git a/system/Makefile b/system/Makefile
new file mode 100644
index 0000000..ade470d
--- /dev/null
+++ b/system/Makefile
@@ -0,0 +1,6 @@
+SYSTEM_FILES = system/kernel.o system/interrupt.o system/ansi.o system/hex.o system/timer.o
+
+system/system.o : $(SYSTEM_FILES)
+ @echo Linking $*.o
+ @ld -r -o $*.o $(SYSTEM_FILES)
+ @echo