From 957176d046a1f5bd0f92c6c4b2ddccfc0d86fd83 Mon Sep 17 00:00:00 2001 From: 0CodErr <0CodErr@kolibrios.org> Date: Fri, 30 May 2014 12:44:20 +0000 Subject: [PATCH] try add tinfo to 'eng' autobuild git-svn-id: svn://kolibrios.org@4967 a494cfbc-eb01-0410-851d-a64ba20cac60 --- data/eng/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/data/eng/Makefile b/data/eng/Makefile index 8b60e37974..914452b061 100644 --- a/data/eng/Makefile +++ b/data/eng/Makefile @@ -246,6 +246,7 @@ NASM_PROGRAMS:=\ demos/aclock:DEMOS/ACLOCK:$(PROGS)/demos/aclock/trunk/aclock.asm \ demos/timer:DEMOS/TIMER:$(PROGS)/other/Timer/Timer.asm \ games/c4:GAMES/C4:$(PROGS)/games/c4/trunk/c4.asm \ + tinfo:TINFO:$(PROGS)/system/tinfo/tinfo.asm \ # end of list # The list of files which should be copied from somewhere. @@ -748,4 +749,4 @@ $(REPOSITORY)/drivers/ddk/libddk.a: \ $(REPOSITORY)/drivers/include/*/*/*.h \ $(REPOSITORY)/drivers/include/*/*/*/*.h $(REPOSITORY)/drivers/ddk/libcore.a: \ - $(REPOSITORY)/drivers/ddk/core.S \ No newline at end of file + $(REPOSITORY)/drivers/ddk/core.S