diff options
| author | Michael Brown | 2005-04-10 18:44:29 +0200 |
|---|---|---|
| committer | Michael Brown | 2005-04-10 18:44:29 +0200 |
| commit | dfb9c4499409a25a3a67ea43a61aa8b7cb1ff65a (patch) | |
| tree | ac001437feab0a4c314155ab48137b91fb184868 /src/arch/i386/Makefile | |
| parent | Make prot_call() able to transparently return via the newly installed copy (diff) | |
| download | ipxe-dfb9c4499409a25a3a67ea43a61aa8b7cb1ff65a.tar.gz ipxe-dfb9c4499409a25a3a67ea43a61aa8b7cb1ff65a.tar.xz ipxe-dfb9c4499409a25a3a67ea43a61aa8b7cb1ff65a.zip | |
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/Makefile | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/src/arch/i386/Makefile b/src/arch/i386/Makefile index a4139e74b..2a51165ed 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"... # |
