Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
include/autoconf.h: .kconfig.d .config $(wildcard $(srctree)/*/*.c) $(wildcard $(srctree)/*/*/*.c) | gen_build_files
$(Q)$(MAKE) -f $(srctree)/Makefile silentoldconfig
+include/usage.h: gen_build_files
+
else
# Dummy target needed, because used as prerequisite
include/autoconf.h: ;
#
# Licensed under the GPL v2, see the file LICENSE in this tarball.
+libbb/appletlib.o: include/usage_compressed.h
+
lib-y:=
INSERT
#if ENABLE_FEATURE_COMPRESS_USAGE
-static const char packed_usage[] = { PACKED_USAGE };
+static const char packed_usage[] ALIGN1 = { PACKED_USAGE };
# include "unarchive.h"
static const char *unpack_usage_messages(void)
{