mirror of
https://github.com/autc04/Retro68.git
synced 2024-11-05 04:06:45 +00:00
9 lines
244 B
Plaintext
9 lines
244 B
Plaintext
LIB1ASMSRC = ft32/lib1funcs.S
|
|
LIB1ASMFUNCS = \
|
|
_udivsi3 _divsi3 _umodsi3 _modsi3
|
|
|
|
LIB2ADD = $(srcdir)/config/ft32/epilog.S $(srcdir)/config/ft32/prolog.S
|
|
|
|
crti-hw.o: $(srcdir)/config/ft32/crti-hw.S
|
|
$(crt_compile) -c -x assembler-with-cpp $<
|