summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Makefile35
1 files changed, 0 insertions, 35 deletions
diff --git a/Makefile b/Makefile
index 47918c95..0061a01d 100644
--- a/Makefile
+++ b/Makefile
@@ -551,29 +551,6 @@ HOSTLIB_SRCS = \
HOSTLIB_OBJS = ${HOSTLIB_SRCS:%.c=${BUILD}/%.o}
ALL_OBJS += ${HOSTLIB_OBJS}
-# Sigh. For historical reasons, the autoupdate installer must sometimes be a
-# 32-bit executable, even when everything else is 64-bit. But it only needs a
-# few functions, so let's just build those.
-TINYHOSTLIB = ${BUILD}/libtinyvboot_host.a
-
-TINYHOSTLIB_SRCS = \
- cgpt/cgpt_add.c \
- cgpt/cgpt_boot.c \
- cgpt/cgpt_common.c \
- cgpt/cgpt_create.c \
- cgpt/cgpt_prioritize.c \
- firmware/2lib/2crc8.c \
- firmware/lib/cgptlib/cgptlib_internal.c \
- firmware/lib/cgptlib/crc32.c \
- firmware/lib/gpt_misc.c \
- firmware/lib/utility_string.c \
- firmware/stub/vboot_api_stub.c \
- firmware/stub/vboot_api_stub_disk.c \
- futility/dump_kernel_config_lib.c \
- host/lib/extract_vmlinuz.c
-
-TINYHOSTLIB_OBJS = ${TINYHOSTLIB_SRCS:%.c=${BUILD}/%.o}
-
# ----------------------------------------------------------------------------
# Now for the userspace binaries
@@ -1047,18 +1024,6 @@ ${HOSTLIB}: ${HOSTLIB_OBJS}
@${PRINTF} " AR $(subst ${BUILD}/,,$@)\n"
${Q}ar qc $@ $^
-
-# Ugh. This is a very cut-down version of HOSTLIB just for the installer.
-.PHONY: tinyhostlib
-tinyhostlib: ${TINYHOSTLIB}
- ${Q}cp -f ${TINYHOSTLIB} ${HOSTLIB}
-
-${TINYHOSTLIB}: ${TINYHOSTLIB_OBJS}
- @${PRINTF} " RM $(subst ${BUILD}/,,$@)\n"
- ${Q}rm -f $@
- @${PRINTF} " AR $(subst ${BUILD}/,,$@)\n"
- ${Q}ar qc $@ $^
-
.PHONY: headers_install
headers_install:
@${PRINTF} " INSTALL HEADERS\n"