|
@@ -112,7 +112,7 @@ endif
|
|
|
|
|
|
targets := vmlinux vmlinux.lds \
|
|
|
piggy.$(suffix_y) piggy.$(suffix_y).o \
|
|
|
- font.o font.c head.o misc.o $(OBJS)
|
|
|
+ lib1funcs.o lib1funcs.S font.o font.c head.o misc.o $(OBJS)
|
|
|
|
|
|
# Make sure files are removed during clean
|
|
|
extra-y += piggy.gzip piggy.lzo piggy.lzma lib1funcs.S $(libfdt) $(libfdt_hdrs)
|
|
@@ -147,7 +147,7 @@ LDFLAGS_vmlinux += -T
|
|
|
# For __aeabi_uidivmod
|
|
|
lib1funcs = $(obj)/lib1funcs.o
|
|
|
|
|
|
-$(obj)/lib1funcs.S: $(srctree)/arch/$(SRCARCH)/lib/lib1funcs.S FORCE
|
|
|
+$(obj)/lib1funcs.S: $(srctree)/arch/$(SRCARCH)/lib/lib1funcs.S
|
|
|
$(call cmd,shipped)
|
|
|
|
|
|
# We need to prevent any GOTOFF relocs being used with references
|