aboutsummaryrefslogtreecommitdiffstats
path: root/x86_64
diff options
context:
space:
mode:
Diffstat (limited to 'x86_64')
-rw-r--r--x86_64/build.mk5
1 files changed, 5 insertions, 0 deletions
diff --git a/x86_64/build.mk b/x86_64/build.mk
new file mode 100644
index 0000000..a3c8d8d
--- /dev/null
+++ b/x86_64/build.mk
@@ -0,0 +1,5 @@
+ASFLAGS =
+LDFLAGS = -s -nodefaultlibs -nostdlib
+
+true.o false.o: $(MACHINE)/true.s $(MACHINE)/false.s
+ $(AS) -o $@ $(MACHINE)/$(@:.o=.s) $(ASFLAGS)