Makefile
上传用户:jlfgdled
上传日期:2013-04-10
资源大小:33168k
文件大小:0k
源码类别:

Linux/Unix编程

开发平台:

Unix_Linux

  1. # arch/ia64/hp/Makefile
  2. # Copyright (c) 2002 Matthew Wilcox for Hewlett Packard
  3. ALL_SUB_DIRS := sim zx1 common
  4. O_TARGET := hp.o
  5. subdir-$(CONFIG_IA64_GENERIC) += $(ALL_SUB_DIRS)
  6. subdir-$(CONFIG_IA64_HP_SIM) += sim
  7. subdir-$(CONFIG_IA64_HP_ZX1) += zx1 common
  8. SUB_DIRS := $(subdir-y)
  9. obj-y += $(join $(subdir-y),$(subdir-y:%=/%.o))
  10. include $(TOPDIR)/Rules.make