From 94bd7630d1a7cd054355b15e89e34ee11c476f4a Mon Sep 17 00:00:00 2001 From: hidnplayr Date: Mon, 14 Jan 2013 21:26:35 +0000 Subject: [PATCH] Added Rhine to autobuild of net branch git-svn-id: svn://kolibrios.org@3167 a494cfbc-eb01-0410-851d-a64ba20cac60 --- data/new-stack/Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/data/new-stack/Makefile b/data/new-stack/Makefile index 19ded61839..7db446d091 100644 --- a/data/new-stack/Makefile +++ b/data/new-stack/Makefile @@ -146,6 +146,7 @@ FASM_PROGRAMS:=\ drivers/rtl8169.obj:DRIVERS/RTL8169.OBJ:$(KERNEL)/drivers/RTL8169.asm \ drivers/sis900.obj:DRIVERS/SIS900.OBJ:$(KERNEL)/drivers/sis900.asm \ drivers/i8254x.obj:DRIVERS/I8254X.OBJ:$(KERNEL)/drivers/i8254x.asm \ + drivers/rhine.obj:DRIVERS/RHINE.OBJ:$(KERNEL)/drivers/rhine.asm \ # end of list # The list of files which should be copied from somewhere.