remove unportable,glibc/gcc specific remote profiling support
[rofl0r-VisualBoyAdvance.git] / src / i386 / Makefile.am
blobc82cac350daad94e3c93bc864bd0df7ce5544e53
1 SUFFIXES = .asm
3 noinst_LIBRARIES = lib386.a
5 lib386_a_SOURCES = 2xSaImmx.asm
7 .asm.o:
8         $(NASM) -f elf -o $@ $<