Makefile
上传用户:lgb322
上传日期:2013-02-24
资源大小:30529k
文件大小:0k
源码类别:

嵌入式Linux

开发平台:

Unix_Linux

  1. #
  2. # ia64/platform/hp/Makefile
  3. #
  4. # Copyright (C) 1999 Silicon Graphics, Inc.
  5. # Copyright (C) Srinivasa Thirumalachar (sprasad@engr.sgi.com)
  6. #
  7. all: hp.a
  8. O_TARGET := hp.a
  9. obj-y := hpsim_console.o hpsim_irq.o hpsim_setup.o
  10. obj-$(CONFIG_IA64_GENERIC) += hpsim_machvec.o
  11. clean::
  12. include $(TOPDIR)/Rules.make