From 25eb1fd3c9d997e460dff3e03d87e398e616c726 Mon Sep 17 00:00:00 2001 From: Graydon Hoare Date: Thu, 24 Jun 2010 10:34:47 -0700 Subject: Add fmt module, move out some common format helpers, add instruction-selection tracing and make selection use queues rather than list refs. --- src/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/Makefile') diff --git a/src/Makefile b/src/Makefile index bc187567..c2064a1e 100644 --- a/src/Makefile +++ b/src/Makefile @@ -205,7 +205,7 @@ endif # List them in link order. # Nobody calculates the link-order DAG automatically, sadly. -UTIL_BOT_MLS := $(addprefix boot/util/, common.ml bits.ml) +UTIL_BOT_MLS := $(addprefix boot/util/, fmt.ml common.ml bits.ml) DRIVER_BOT_MLS := $(addprefix boot/driver/, session.ml) BE_MLS := $(addprefix boot/be/, x86.ml ra.ml pe.ml elf.ml \ macho.ml) -- cgit v1.2.3