just a small reminder
This commit is contained in:
2
Makefile
2
Makefile
@ -46,6 +46,8 @@ os.iso: kernel.elf
|
||||
run: os.iso
|
||||
bochs -f util/bochsrc.txt -q
|
||||
|
||||
#TODO: when i inevitably do add libc, this is going to fail because they have the same name as the libk objects
|
||||
#TODO: so we'll need to do a batch rename on one of the two object files,
|
||||
libc.a: CFLAGS:=$(CFLAGS) -D__is_libc # Target rule to define __is_libc
|
||||
libc.a: $(libc_objs)
|
||||
$(AR) rcs $@ $(libc_objs)
|
||||
|
Reference in New Issue
Block a user