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 000000000000..ebe91c57e173 --- /dev/null +++ b/arch/mips/gt64120/ev64120/Makefile | |||
@@ -0,0 +1,11 @@ | |||
1 | # | ||
2 | # Copyright 2000 RidgeRun, Inc. | ||
3 | # Author: RidgeRun, Inc. | ||
4 | # glonnon@ridgerun.com, skranz@ridgerun.com, stevej@ridgerun.com | ||
5 | # | ||
6 | # Makefile for the Galileo EV64120 board. | ||
7 | # | ||
8 | |||
9 | obj-y += int-handler.o irq.o promcon.o reset.o serialGT.o setup.o | ||
10 | |||
11 | EXTRA_AFLAGS := $(CFLAGS) | ||