diff options
Diffstat (limited to 'arch/ia64/dig/Makefile')
-rw-r--r-- | arch/ia64/dig/Makefile | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/arch/ia64/dig/Makefile b/arch/ia64/dig/Makefile new file mode 100644 index 00000000000..971cd7870dd --- /dev/null +++ b/arch/ia64/dig/Makefile | |||
@@ -0,0 +1,9 @@ | |||
1 | # | ||
2 | # ia64/platform/dig/Makefile | ||
3 | # | ||
4 | # Copyright (C) 1999 Silicon Graphics, Inc. | ||
5 | # Copyright (C) Srinivasa Thirumalachar (sprasad@engr.sgi.com) | ||
6 | # | ||
7 | |||
8 | obj-y := setup.o | ||
9 | obj-$(CONFIG_IA64_GENERIC) += machvec.o | ||