From ce8b6d6411dede3c4034a418090f30a3cb1c727d Mon Sep 17 00:00:00 2001 From: David Mosberger Date: Sat, 28 Sep 2002 00:39:18 -0700 Subject: [PATCH] ia64: Remove duplicate make targets. --- arch/ia64/Makefile | 7 ------- 1 file changed, 7 deletions(-) diff --git a/arch/ia64/Makefile b/arch/ia64/Makefile index 093f5ecbd746..a128985d26b7 100644 --- a/arch/ia64/Makefile +++ b/arch/ia64/Makefile @@ -52,13 +52,6 @@ ifdef CONFIG_IA64_SGI_SN SUBDIRS += arch/$(ARCH)/sn/fakeprom endif -core-$(CONFIG_IA32_SUPPORT) += arch/$(ARCH)/ia32/ - -libs-y += arch/$(ARCH)/lib/ -core-y += arch/$(ARCH)/kernel/ arch/$(ARCH)/mm/ -drivers-$(CONFIG_PCI) += arch/$(ARCH)/pci/ -drivers-$(CONFIG_IA64_HP_ZX1) += arch/$(ARCH)/hp/common/ arch/$(ARCH)/hp/zx1/ - MAKEBOOT = $(MAKE) -C arch/$(ARCH)/boot compressed: vmlinux -- 2.39.5