Blame view

kernel/linux-imx6_3.14.28/arch/ia64/dig/Makefile 298 Bytes
6b13f685e   김민수   BSP 최초 추가
1
2
3
4
5
6
7
8
9
10
11
12
13
  #
  # ia64/platform/dig/Makefile
  #
  # Copyright (C) 1999 Silicon Graphics, Inc.
  # Copyright (C) Srinivasa Thirumalachar (sprasad@engr.sgi.com)
  #
  
  obj-y := setup.o
  ifeq ($(CONFIG_INTEL_IOMMU), y)
  obj-$(CONFIG_IA64_GENERIC) += machvec.o machvec_vtd.o
  else
  obj-$(CONFIG_IA64_GENERIC) += machvec.o
  endif