Renamed the generic "floppy" target to "boot_floppy" so that it doesn't

clash with the floppy driver anymore.


git-svn-id: file:///srv/svn/repos/haiku/trunk/current@6325 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Axel Dörfler
2004-01-26 10:33:13 +00:00
parent 6b6b3d294b
commit 4472757fb0
+2 -2
View File
@@ -465,8 +465,8 @@ BuildKernel $(OBOS_KERNEL) : $(OBOS_KERNEL_CONFIG) ;
KernelFloppyImage $(OBOS_FLOPPY) : $(OBOS_KERNEL) : $(SUBDIR)/boot/arch/$(OBOS_ARCH)/bootblock.bin ; KernelFloppyImage $(OBOS_FLOPPY) : $(OBOS_KERNEL) : $(SUBDIR)/boot/arch/$(OBOS_ARCH)/bootblock.bin ;
Depends floppy : $(OBOS_FLOPPY) ; Depends boot_floppy : $(OBOS_FLOPPY) ;
NotFile floppy ; NotFile boot_floppy ;
SubInclude OBOS_TOP src kernel apps ; SubInclude OBOS_TOP src kernel apps ;
SubInclude OBOS_TOP src kernel boot ; SubInclude OBOS_TOP src kernel boot ;