From: David Mosberger Date: Sat, 9 Mar 2002 05:26:59 +0000 (-0800) Subject: as-flags.diff X-Git-Tag: v2.5.7-pre1~28^2~7^2~2^2 X-Git-Url: http://git.neil.brown.name/?a=commitdiff_plain;h=5bedd81bebe867bef34a42284d291a787f1fd02f;p=history.git as-flags.diff --- diff --git a/Makefile b/Makefile index f6fb0768c51e..8ea87971d7ef 100644 --- a/Makefile +++ b/Makefile @@ -245,14 +245,14 @@ MRPROPER_DIRS = \ include arch/$(ARCH)/Makefile -export CPPFLAGS CFLAGS AFLAGS +export CPPFLAGS CFLAGS CFLAGS_KERNEL AFLAGS AFLAGS_KERNEL export NETWORKS DRIVERS LIBS HEAD LDFLAGS LINKFLAGS MAKEBOOT ASFLAGS .S.s: - $(CPP) $(AFLAGS) -traditional -o $*.s $< + $(CPP) $(AFLAGS) $(AFLAGS_KERNEL) -traditional -o $*.s $< .S.o: - $(CC) $(AFLAGS) -traditional -c -o $*.o $< + $(CC) $(AFLAGS) $(AFLAGS_KERNEL) -traditional -c -o $*.o $< Version: dummy @rm -f include/linux/compile.h