]> asedeno.scripts.mit.edu Git - linux.git/blobdiff - arch/x86/purgatory/Makefile
x86/purgatory: Do not use __builtin_memcpy and __builtin_memset
[linux.git] / arch / x86 / purgatory / Makefile
index 3cf302b2633222ff45323b2528f3499233b650c5..91ef244026d27c99a5b96f98a58d57e8b9e79f11 100644 (file)
@@ -6,6 +6,9 @@ purgatory-y := purgatory.o stack.o setup-x86_$(BITS).o sha256.o entry64.o string
 targets += $(purgatory-y)
 PURGATORY_OBJS = $(addprefix $(obj)/,$(purgatory-y))
 
+$(obj)/string.o: $(srctree)/arch/x86/boot/compressed/string.c FORCE
+       $(call if_changed_rule,cc_o_c)
+
 $(obj)/sha256.o: $(srctree)/lib/sha256.c FORCE
        $(call if_changed_rule,cc_o_c)