blob: 971cd7870dd4227e36ef9f65ccb573771880ac01 (
plain)
1
2
3
4
5
6
7
8
9
|
#
# ia64/platform/dig/Makefile
#
# Copyright (C) 1999 Silicon Graphics, Inc.
# Copyright (C) Srinivasa Thirumalachar (sprasad@engr.sgi.com)
#
obj-y := setup.o
obj-$(CONFIG_IA64_GENERIC) += machvec.o
|