[coreboot-gerrit] Patch set updated for coreboot: drivers/emulation: Switch to src/drivers/[X]/[Y]/ scheme

Stefan Reinauer (stefan.reinauer@coreboot.org) gerrit at coreboot.org
Tue Apr 19 01:11:21 CEST 2016


Stefan Reinauer (stefan.reinauer at coreboot.org) just uploaded a new patch set to gerrit, which you can find at https://review.coreboot.org/14056

-gerrit

commit d4a988941da39ed3dd3ce3ad3fa14e853849c85a
Author: Stefan Reinauer <stefan.reinauer at coreboot.org>
Date:   Fri Mar 11 20:35:37 2016 -0800

    drivers/emulation: Switch to src/drivers/[X]/[Y]/ scheme
    
    Reorder drivers to fit src/drivers/[X]/[Y]/ scheme to make
    them pluggable.
    
    Change-Id: I6e30a7be510c66fb1aa88314861d95f8ebe80377
    Signed-off-by: Stefan Reinauer <stefan.reinauer at coreboot.org>
---
 src/drivers/emulation/Kconfig      | 1 -
 src/drivers/emulation/Makefile.inc | 1 -
 2 files changed, 2 deletions(-)

diff --git a/src/drivers/emulation/Kconfig b/src/drivers/emulation/Kconfig
deleted file mode 100644
index df8d4ff..0000000
--- a/src/drivers/emulation/Kconfig
+++ /dev/null
@@ -1 +0,0 @@
-source src/drivers/emulation/qemu/Kconfig
diff --git a/src/drivers/emulation/Makefile.inc b/src/drivers/emulation/Makefile.inc
deleted file mode 100644
index c1c92cd..0000000
--- a/src/drivers/emulation/Makefile.inc
+++ /dev/null
@@ -1 +0,0 @@
-subdirs-y += qemu



More information about the coreboot-gerrit mailing list