Home | History | Annotate | Download | only in qemu
      1 # SPDX-License-Identifier: GPL-2.0+
      2 #
      3 # Copyright (C) 2015, Bin Meng <bmeng.cn (at] gmail.com>
      4 
      5 ifndef CONFIG_$(SPL_)X86_64
      6 obj-y += car.o
      7 endif
      8 obj-y += dram.o
      9 obj-y += qemu.o
     10 obj-$(CONFIG_QFW) += cpu.o e820.o
     11