Add missing dependency on rs_Decoder.S

This commit is contained in:
Vladimir 'phcoder' Serbinenko 2010-09-26 13:37:08 +02:00
parent 40ca6b29fd
commit 4e2b20a79a

View file

@ -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