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:
+2
-2
@@ -465,8 +465,8 @@ BuildKernel $(OBOS_KERNEL) : $(OBOS_KERNEL_CONFIG) ;
|
||||
|
||||
KernelFloppyImage $(OBOS_FLOPPY) : $(OBOS_KERNEL) : $(SUBDIR)/boot/arch/$(OBOS_ARCH)/bootblock.bin ;
|
||||
|
||||
Depends floppy : $(OBOS_FLOPPY) ;
|
||||
NotFile floppy ;
|
||||
Depends boot_floppy : $(OBOS_FLOPPY) ;
|
||||
NotFile boot_floppy ;
|
||||
|
||||
SubInclude OBOS_TOP src kernel apps ;
|
||||
SubInclude OBOS_TOP src kernel boot ;
|
||||
|
||||
Reference in New Issue
Block a user