summaryrefslogtreecommitdiff
path: root/Makefile.common
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile.common')
-rw-r--r--Makefile.common4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile.common b/Makefile.common
index 5436c87..32bb965 100644
--- a/Makefile.common
+++ b/Makefile.common
@@ -5,8 +5,8 @@
%.bin: %.asm
nasm -f bin $*.asm -o $@
-%.o: %.s
- i686-elf-as $*.s -o $@
+#%.o: %.s
+# i686-elf-as $*.s -o $@
%.o: %.c
$(CC) -c $(CFLAGS) $*.c -o $*.o