diff options
Diffstat (limited to 'arch/mips/gt64120/ev64120/Makefile')
-rw-r--r-- | arch/mips/gt64120/ev64120/Makefile | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/arch/mips/gt64120/ev64120/Makefile b/arch/mips/gt64120/ev64120/Makefile new file mode 100644 index 00000000000..ebe91c57e17 --- /dev/null +++ b/arch/mips/gt64120/ev64120/Makefile @@ -0,0 +1,11 @@ +# +# Copyright 2000 RidgeRun, Inc. +# Author: RidgeRun, Inc. +# glonnon@ridgerun.com, skranz@ridgerun.com, stevej@ridgerun.com +# +# Makefile for the Galileo EV64120 board. +# + +obj-y += int-handler.o irq.o promcon.o reset.o serialGT.o setup.o + +EXTRA_AFLAGS := $(CFLAGS) |