limine-bootloader / limine-c-template

A simple template for building a Limine-compliant kernel in C.
BSD Zero Clause License
132 stars 10 forks source link

change make dep #9

Closed andIsome closed 1 year ago

andIsome commented 1 year ago

The makefile (./kernel/GNUmakefile) should have itself and the linker.ld as dependencies for all object files, as changes in cflags/linker flags can lead to subtle breakage of the kernel if object files are compiled with different flags.