From dfd9b3b599c6684d1882645e8c0e5c75f15a46c9 Mon Sep 17 00:00:00 2001 From: CleverMouse Date: Mon, 18 Aug 2014 11:20:06 +0000 Subject: [PATCH] fix build git-svn-id: svn://kolibrios.org@5040 a494cfbc-eb01-0410-851d-a64ba20cac60 --- data/eng/Makefile | 2 +- data/et/Makefile | 2 +- data/it/Makefile | 2 +- data/sp/Makefile | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/data/eng/Makefile b/data/eng/Makefile index 04ed0733bd..c6515c2f7d 100644 --- a/data/eng/Makefile +++ b/data/eng/Makefile @@ -200,7 +200,7 @@ FASM_PROGRAMS:=\ # end of list # Same as above with PE stripping as extra step. FASM_PROGRAMS_PESTRIP:=\ - drivers/vidintel.sys:DRIVERS/VIDINTEL.SYS:$(REPOSITORY)/drivers/vidintel.asm \ + drivers/vidintel.sys:DRIVERS/VIDINTEL.SYS:$(REPOSITORY)/drivers/video/vidintel.asm \ drivers/forcedeth.sys:DRIVERS/FORCEDETH.SYS:$(REPOSITORY)/drivers/ethernet/forcedeth.asm \ drivers/i8254x.sys:DRIVERS/I8254X.SYS:$(REPOSITORY)/drivers/ethernet/i8254x.asm \ drivers/i8255x.sys:DRIVERS/I8255X.SYS:$(REPOSITORY)/drivers/ethernet/i8255x.asm \ diff --git a/data/et/Makefile b/data/et/Makefile index 5ad66ec385..b2d63f8538 100644 --- a/data/et/Makefile +++ b/data/et/Makefile @@ -200,7 +200,7 @@ FASM_PROGRAMS:=\ # end of list # Same as above with PE stripping as extra step. FASM_PROGRAMS_PESTRIP:=\ - drivers/vidintel.sys:DRIVERS/VIDINTEL.SYS:$(REPOSITORY)/drivers/vidintel.asm \ + drivers/vidintel.sys:DRIVERS/VIDINTEL.SYS:$(REPOSITORY)/drivers/video/vidintel.asm \ drivers/forcedeth.sys:DRIVERS/FORCEDETH.SYS:$(REPOSITORY)/drivers/ethernet/forcedeth.asm \ drivers/i8254x.sys:DRIVERS/I8254X.SYS:$(REPOSITORY)/drivers/ethernet/i8254x.asm \ drivers/i8255x.sys:DRIVERS/I8255X.SYS:$(REPOSITORY)/drivers/ethernet/i8255x.asm \ diff --git a/data/it/Makefile b/data/it/Makefile index 335b7ec04c..7509b687a8 100644 --- a/data/it/Makefile +++ b/data/it/Makefile @@ -200,7 +200,7 @@ FASM_PROGRAMS:=\ # end of list # Same as above with PE stripping as extra step. FASM_PROGRAMS_PESTRIP:=\ - drivers/vidintel.sys:DRIVERS/VIDINTEL.SYS:$(REPOSITORY)/drivers/vidintel.asm \ + drivers/vidintel.sys:DRIVERS/VIDINTEL.SYS:$(REPOSITORY)/drivers/video/vidintel.asm \ drivers/forcedeth.sys:DRIVERS/FORCEDETH.SYS:$(REPOSITORY)/drivers/ethernet/forcedeth.asm \ drivers/i8254x.sys:DRIVERS/I8254X.SYS:$(REPOSITORY)/drivers/ethernet/i8254x.asm \ drivers/i8255x.sys:DRIVERS/I8255X.SYS:$(REPOSITORY)/drivers/ethernet/i8255x.asm \ diff --git a/data/sp/Makefile b/data/sp/Makefile index 6b56bd9509..5d4f90fddc 100644 --- a/data/sp/Makefile +++ b/data/sp/Makefile @@ -200,7 +200,7 @@ FASM_PROGRAMS:=\ # end of list # Same as above with PE stripping as extra step. FASM_PROGRAMS_PESTRIP:=\ - drivers/vidintel.sys:DRIVERS/VIDINTEL.SYS:$(REPOSITORY)/drivers/vidintel.asm \ + drivers/vidintel.sys:DRIVERS/VIDINTEL.SYS:$(REPOSITORY)/drivers/video/vidintel.asm \ drivers/forcedeth.sys:DRIVERS/FORCEDETH.SYS:$(REPOSITORY)/drivers/ethernet/forcedeth.asm \ drivers/i8254x.sys:DRIVERS/I8254X.SYS:$(REPOSITORY)/drivers/ethernet/i8254x.asm \ drivers/i8255x.sys:DRIVERS/I8255X.SYS:$(REPOSITORY)/drivers/ethernet/i8255x.asm \