From 222ce6477d35d0b51fe9d5fb16ada90ac3341500 Mon Sep 17 00:00:00 2001 From: Ralf Baechle Date: Mon, 5 Feb 2001 01:33:01 +0000 Subject: Start of an attempt to unify support for GT64120 based boards. --- arch/mips/gt64120/common/Makefile | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 arch/mips/gt64120/common/Makefile (limited to 'arch/mips/gt64120/common/Makefile') diff --git a/arch/mips/gt64120/common/Makefile b/arch/mips/gt64120/common/Makefile new file mode 100644 index 000000000..ccf50a55b --- /dev/null +++ b/arch/mips/gt64120/common/Makefile @@ -0,0 +1,18 @@ +# +# Makefile for common code of gt64120-based boards. +# +# Note! Dependencies are done automagically by 'make dep', which also +# removes any old dependencies. DON'T put your own dependencies here +# unless it's something special (ie not a .c file). +# + +.S.s: + $(CPP) $(CFLAGS) $< -o $*.s +.S.o: + $(CC) $(CFLAGS) -c $< -o $*.o + +O_TARGET:= gt64120.o + +obj-y := gt_irq.o irq.o pci.o + +include $(TOPDIR)/Rules.make -- cgit v1.2.3