make oldconfig will rebuild these...
[linux-2.4.21-pre4.git] / arch / ia64 / hp / Makefile
1 # arch/ia64/hp/Makefile
2 # Copyright (c) 2002 Matthew Wilcox for Hewlett Packard
3
4 ALL_SUB_DIRS := sim zx1 common
5
6 O_TARGET := hp.o
7
8 subdir-$(CONFIG_IA64_GENERIC) += $(ALL_SUB_DIRS)
9 subdir-$(CONFIG_IA64_HP_SIM) += sim
10 subdir-$(CONFIG_IA64_HP_ZX1) += zx1 common
11
12 SUB_DIRS := $(subdir-y)
13 obj-y += $(join $(subdir-y),$(subdir-y:%=/%.o))
14
15 include $(TOPDIR)/Rules.make