Skip to content

Commit 2b4d677

Browse files
committed
make: Remove old unused memdisk related
1 parent 48cee2f commit 2b4d677

2 files changed

Lines changed: 1 addition & 10 deletions

File tree

src/Makefile

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -240,12 +240,6 @@ apic_boot.o: hw/apic_boot.asm
240240

241241
multiboot: boot/multiboot.o
242242

243-
# Disk image as a section
244-
###################################################
245-
memdisk: memdisk.asm
246-
@echo "\n>> Assembling memdisk"
247-
nasm -f elf -o memdisk.o $<
248-
249243
# Etags
250244
###################################################
251245
etags:
@@ -261,6 +255,6 @@ clean_tests:
261255
clean: clean_tests
262256
$(RM) $(OS_OBJECTS) $(CXXABI_OBJ) $(OS_DEPS) $(DRIVERS) $(DRIVERS_DEPS) $(PLATFORMS) $(PLATFORMS_DEPS)
263257
$(RM) os.a libc++abi.a
264-
$(RM) bootloader apic_boot apic_boot.o memdisk.o boot/multiboot.o
258+
$(RM) bootloader apic_boot apic_boot.o boot/multiboot.o
265259

266260
-include $(OS_DEPS)

src/memdisk.asm

Lines changed: 0 additions & 3 deletions
This file was deleted.

0 commit comments

Comments
 (0)