Add missing dependency on rs_Decoder.S
This commit is contained in:
parent
40ca6b29fd
commit
4e2b20a79a
1 changed files with 2 additions and 0 deletions
|
@ -52,6 +52,8 @@ grub_script.yy.c: grub_script.yy.h
|
|||
rs_decoder.S: $(srcdir)/lib/reed_solomon.c
|
||||
$(TARGET_CC) $(TARGET_CPPFLAGS) $(TARGET_CFLAGS) -I$(top_builddir) -S -DSTANDALONE -o $@ $< -g0 -mregparm=3
|
||||
|
||||
kern/i386/pc/startup.S: $(builddir)/rs_decoder.S
|
||||
|
||||
CLEANFILES += grub_script.yy.c grub_script.yy.h
|
||||
|
||||
include $(srcdir)/Makefile.core.am
|
||||
|
|
Loading…
Reference in a new issue