From 6af2966d170803c460e346263036778ad474e9cb Mon Sep 17 00:00:00 2001 From: Bin Meng Date: Fri, 6 Nov 2015 02:04:52 -0800 Subject: x86: qemu: Convert to use driver model eth Move to driver model for ETH (e1000) on QEMU. Signed-off-by: Bin Meng Acked-by: Simon Glass --- board/emulation/qemu-x86/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'board/emulation/qemu-x86/Makefile') diff --git a/board/emulation/qemu-x86/Makefile b/board/emulation/qemu-x86/Makefile index ad2bbb94a2..a855255be3 100644 --- a/board/emulation/qemu-x86/Makefile +++ b/board/emulation/qemu-x86/Makefile @@ -4,4 +4,4 @@ # SPDX-License-Identifier: GPL-2.0+ # -obj-y += qemu-x86.o start.o +obj-y += start.o -- cgit