patch-2.2.18 linux/arch/ppc/boot/Makefile

Next file: linux/arch/ppc/boot/vreset.c
Previous file: linux/arch/m68k/vmlinux.lds
Back to the patch index
Back to the overall index

diff -u --new-file --recursive --exclude-from /usr/src/exclude v2.2.17/arch/ppc/boot/Makefile linux/arch/ppc/boot/Makefile
@@ -10,7 +10,7 @@
 # modified by Cort (cort@cs.nmt.edu)
 #
 .c.s:
-	$(CC) $(CFLAGS) -S -o $*.s $<
+	$(CC) $(CFLAGS) -I$(HPATH) -S -o $*.s $<
 .s.o:
 	$(AS) -o $*.o $<
 .c.o:

FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)