commit | 81a3cd816f84e35aba77f592bac60abb17f75c07 | [log] [tgz] |
---|---|---|
author | Bin Meng <bmeng.cn@gmail.com> | Fri Nov 06 02:04:52 2015 -0800 |
committer | Bin Meng <bmeng.cn@gmail.com> | Fri Nov 13 06:46:24 2015 -0800 |
tree | 117be9901a8d23badc3ac15d5e028989dc602ae2 | |
parent | a681617bfe5c1870836b0fae4dc9de1493f2bdd5 [diff] [blame] |
x86: qemu: Convert to use driver model eth Move to driver model for ETH (e1000) on QEMU. Signed-off-by: Bin Meng <bmeng.cn@gmail.com> Acked-by: Simon Glass <sjg@chromium.org>
diff --git a/board/emulation/qemu-x86/Makefile b/board/emulation/qemu-x86/Makefile index ad2bbb9..a855255 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