1
0
Fork 0
mirror of https://github.com/hermitcore/libhermit.git synced 2025-03-09 00:00:03 +01:00

remove multiboot support

This commit is contained in:
Stefan Lankes 2015-08-04 23:13:03 +02:00
parent 397f5c2151
commit 662da088f1

View file

@ -98,12 +98,6 @@ $(NAME).elf:
@echo [OBJCOPY] $(NAME).bin
$Q$(OBJCOPY_FOR_TARGET) -j .mboot -j .kmsg -j .initrd -j .text -j .text.startup -j .data -j .rodata -j .bss -O binary $(NAME).elf $(NAME).bin
$(NAME).elf32: $(NAME).elf
@echo [OBJCOPY] $(NAME).sym
$Q$(OBJCOPY_FOR_TARGET) $(KEEP_DEBUG) $(NAME).elf $(NAME).sym
@echo [OBJCOPY] $(NAME).elf32
$Q$(OBJCOPY_FOR_TARGET) $(STRIP_DEBUG) $(OUTPUT_FORMAT) $(NAME).elf $(NAME).elf32
clean:
$Q$(RM) $(NAME).elf $(NAME).sym $(NAME).bin *~
$Q$(MAKE) -C tools clean
@ -116,13 +110,6 @@ veryclean: clean
$Q$(MAKE) -C newlib veryclean
@echo Very cleaned
qemu: $(NAME).elf32
$(QEMU) $(QEMUFLAGS) -kernel $(NAME).elf32
debug: $(NAME).elf32
$(TERM) -e $(GDB) $(GDBFLAGS) &
$(QEMU) $(QEMUDEBUGFLAGS) -s -S -kernel $(NAME).elf32
doc:
@echo Create documentation...
@doxygen