Removed the driver from the boot floppy.

Fixed location of the ldscript.
Is this driver needed anymore at all?


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@12366 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Axel Dörfler
2005-04-13 15:12:47 +00:00
parent 900849fa0d
commit 6099dc09eb
@@ -12,12 +12,10 @@ KernelLd ps2mouse :
<$(SOURCE_GRIST)>ps2mouse.o
kernel.so
:
$(OBOS_TOP)/src/kernel/ldscripts/$(OBOS_ARCH)/add-on.ld
$(OBOS_TOP)/src/system/ldscripts/$(OBOS_ARCH)/add-on.ld
:
-Bdynamic -shared
:
:
drivers/dev/ps2mouse
;
if $(COMPILE_FOR_R5) {