diff options
Diffstat (limited to 'arch/ia64/dig/Makefile')
-rw-r--r-- | arch/ia64/dig/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/ia64/dig/Makefile b/arch/ia64/dig/Makefile index 8d0544ee5..f067606ee 100644 --- a/arch/ia64/dig/Makefile +++ b/arch/ia64/dig/Makefile @@ -15,7 +15,7 @@ all: dig.a O_TARGET = dig.a O_OBJS = iosapic.o setup.o -ifeq ($(CONFIG_IA64_GENERIC),y) +ifdef CONFIG_IA64_GENERIC O_OBJS += machvec.o endif |