makefile: reorg flags
This commit is contained in:
parent
0bd91897b7
commit
dc0789aa72
4
Makefile
4
Makefile
@ -32,9 +32,9 @@ fd.iso: kernel
|
|||||||
|
|
||||||
#https://gcc.gnu.org/onlinedocs/gcc/x86-Function-Attributes.html#x86-Function-Attributes
|
#https://gcc.gnu.org/onlinedocs/gcc/x86-Function-Attributes.html#x86-Function-Attributes
|
||||||
core/exception_handler.o:core/exception_handler.c
|
core/exception_handler.o:core/exception_handler.c
|
||||||
$(CC) $(CPPFLAGS) $(CFLAGS) -mgeneral-regs-only -c $< -o $@
|
$(CC) $(CFLAGS) $(CPPFLAGS) -mgeneral-regs-only -c $< -o $@
|
||||||
core/irq_handler.o:core/irq_handler.c
|
core/irq_handler.o:core/irq_handler.c
|
||||||
$(CC) $(CPPFLAGS) $(CFLAGS) -mgeneral-regs-only -c $< -o $@
|
$(CC) $(CFLAGS) $(CPPFLAGS) -mgeneral-regs-only -c $< -o $@
|
||||||
|
|
||||||
%.o:%.asm
|
%.o:%.asm
|
||||||
$(AS) $(ASFLAGS) -o $@ $<
|
$(AS) $(ASFLAGS) -o $@ $<
|
||||||
|
Loading…
Reference in New Issue
Block a user