summaryrefslogtreecommitdiffstats
path: root/arch/ia64/dig/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'arch/ia64/dig/Makefile')
-rw-r--r--arch/ia64/dig/Makefile8
1 files changed, 3 insertions, 5 deletions
diff --git a/arch/ia64/dig/Makefile b/arch/ia64/dig/Makefile
index f067606ee..6ca481897 100644
--- a/arch/ia64/dig/Makefile
+++ b/arch/ia64/dig/Makefile
@@ -12,12 +12,10 @@
all: dig.a
-O_TARGET = dig.a
-O_OBJS = iosapic.o setup.o
+O_TARGET := dig.a
-ifdef CONFIG_IA64_GENERIC
-O_OBJS += machvec.o
-endif
+obj-y := setup.o
+obj-$(CONFIG_IA64_GENERIC) += machvec.o
clean::