aboutsummaryrefslogtreecommitdiffstats
path: root/src/arch/i386/Makefile
diff options
context:
space:
mode:
authorMichael Brown <mcb30@etherboot.org>2005-04-10 16:44:29 +0000
committerMichael Brown <mcb30@etherboot.org>2005-04-10 16:44:29 +0000
commitdfb9c4499409a25a3a67ea43a61aa8b7cb1ff65a (patch)
treeac001437feab0a4c314155ab48137b91fb184868 /src/arch/i386/Makefile
parent04a99841e6f174233751eca7f57c336abe75a371 (diff)
downloadipxe-dfb9c4499409a25a3a67ea43a61aa8b7cb1ff65a.tar.gz
hooks.o is now a single object, rather than having separate hooks.o and
hooks_rm.o
Diffstat (limited to 'src/arch/i386/Makefile')
-rw-r--r--src/arch/i386/Makefile5
1 files changed, 0 insertions, 5 deletions
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"...
#