patch-2.4.22 linux-2.4.22/arch/ia64/sn/fakeprom/Makefile
Next file: linux-2.4.22/arch/ia64/sn/fakeprom/README
Previous file: linux-2.4.22/arch/ia64/scripts/unwcheck.sh
Back to the patch index
Back to the overall index
- Lines: 28
- Date:
2003-08-25 04:44:39.000000000 -0700
- Orig file:
linux-2.4.21/arch/ia64/sn/fakeprom/Makefile
- Orig date:
2003-06-13 07:51:30.000000000 -0700
diff -urN linux-2.4.21/arch/ia64/sn/fakeprom/Makefile linux-2.4.22/arch/ia64/sn/fakeprom/Makefile
@@ -3,7 +3,7 @@
# License. See the file "COPYING" in the main directory of this archive
# for more details.
#
-# Copyright (c) 2000-2002 Silicon Graphics, Inc. All rights reserved.
+# Copyright (c) 2000-2003 Silicon Graphics, Inc. All rights reserved.
#
TOPDIR=../../../..
@@ -13,14 +13,15 @@
OBJ=fpromasm.o main.o fw-emu.o fpmem.o klgraph_init.o
obj-y=fprom
+EXTRA_CFLAGS += -DSGI_SN2
+EXTRA_AFLAGS += -DSGI_SN2
+AFLAGS += -DSGI_SN2
fprom: $(OBJ)
$(LD) -static -Tfprom.lds -o fprom $(OBJ) $(LIB)
.S.o:
- $(CC) -D__ASSEMBLY__ $(AFLAGS) $(AFLAGS_KERNEL) -c -o $*.o $<
-.c.o:
- $(CC) $(CFLAGS) $(CFLAGS_KERNEL) -c -o $*.o $<
+ $(CC) -D__ASSEMBLY__ $(AFLAGS) $(EXTRA_AFLAGS) $(AFLAGS_KERNEL) -c -o $*.o $<
clean:
rm -f *.o fprom
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)