From dfb9c4499409a25a3a67ea43a61aa8b7cb1ff65a Mon Sep 17 00:00:00 2001 From: Michael Brown Date: Sun, 10 Apr 2005 16:44:29 +0000 Subject: hooks.o is now a single object, rather than having separate hooks.o and hooks_rm.o --- src/arch/i386/Makefile | 5 ----- 1 file changed, 5 deletions(-) (limited to 'src/arch/i386/Makefile') diff --git a/src/arch/i386/Makefile b/src/arch/i386/Makefile index a4139e74..2a51165e 100644 --- a/src/arch/i386/Makefile +++ b/src/arch/i386/Makefile @@ -21,11 +21,6 @@ CFLAGS_setup16 = -DCODE16 OBJS_unnrv2b = unnrv2b unnrv2b16 CFLAGS_unnrv2b16 = -DCODE16 -# hooks.c is used to generate hooks.o and hooks_rm.o -# -OBJS_hooks = hooks hooks_rm -CFLAGS_hooks_rm = -DREALMODE - # We need to undefine the default macro "i386" when compiling .S # files, otherwise ".arch i386" translates to ".arch 1"... # -- cgit