From 2c1148e7920cf1d4c772d0d81757a7f8d736648e Mon Sep 17 00:00:00 2001 From: Michal Idziorek Date: Tue, 12 May 2015 22:22:06 +0200 Subject: migrating to grub and elf kernel format --- Makefile.common | 3 +++ 1 file changed, 3 insertions(+) (limited to 'Makefile.common') diff --git a/Makefile.common b/Makefile.common index 4cd411d..5436c87 100644 --- a/Makefile.common +++ b/Makefile.common @@ -4,6 +4,9 @@ %.bin: %.asm nasm -f bin $*.asm -o $@ + +%.o: %.s + i686-elf-as $*.s -o $@ %.o: %.c $(CC) -c $(CFLAGS) $*.c -o $*.o -- cgit v1.2.3