diff options
| author | Matt Fleming <matt.fleming@intel.com> | 2012-07-03 08:50:13 +0100 |
|---|---|---|
| committer | Matt Fleming <matt.fleming@intel.com> | 2012-07-20 10:20:19 +0100 |
| commit | 8486142cf30499e1d53d7faf3a168c8ed3163ab2 (patch) | |
| tree | d8e4e835da8f577d28f847fdd4a25090cdbf340e /com32/lib/Makefile | |
| parent | 373a42433c4bea38d4d93ee749bd4d7f19bded51 (diff) | |
| download | syslinux-8486142cf30499e1d53d7faf3a168c8ed3163ab2.tar.gz | |
elflink: Replace __intcall() with direct function calls
There's no reason to use the COMBOOT API at all now that we can have
any undefined symbols resolved at runtime - we can just access
functions directly.
Signed-off-by: Matt Fleming <matt.fleming@intel.com>
Diffstat (limited to 'com32/lib/Makefile')
| -rw-r--r-- | com32/lib/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/com32/lib/Makefile b/com32/lib/Makefile index b83ae6be..5d270a49 100644 --- a/com32/lib/Makefile +++ b/com32/lib/Makefile @@ -46,7 +46,6 @@ LIBPCI_OBJS = \ LIBSYSLINUX_OBJS = \ syslinux/reboot.o syslinux/keyboard.o \ - syslinux/features.o \ syslinux/version.o \ syslinux/pxe_get_cached.o syslinux/pxe_get_nic.o \ syslinux/pxe_dns.o \ |
