diff options
Diffstat (limited to 'arch/m68k/fpsp040/Makefile')
-rw-r--r-- | arch/m68k/fpsp040/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/m68k/fpsp040/Makefile b/arch/m68k/fpsp040/Makefile index d3ec21217..bbfc0b174 100644 --- a/arch/m68k/fpsp040/Makefile +++ b/arch/m68k/fpsp040/Makefile @@ -8,7 +8,7 @@ # Note 2! The CFLAGS definitions are now in the main makefile... .S.o: - $(CC) -D__ASSEMBLY__ -traditional -c -o $*.o $< + $(CC) -D__ASSEMBLY__ $(AFLAGS) -traditional -c -o $*.o $< OS_TARGET := fpsp.o |