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

Stefan Reinauer (stefan.reinauer@coreboot.org) gerrit at coreboot.org
Tue Apr 19 01:08:57 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/14049

-gerrit

commit fc0c905f9c71f86fd53c8020fa1922020c25b001
Author: Stefan Reinauer <stefan.reinauer at coreboot.org>
Date:   Fri Mar 11 20:28:55 2016 -0800

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

diff --git a/src/drivers/xgi/Kconfig b/src/drivers/xgi/Kconfig
deleted file mode 100644
index dea25ea..0000000
--- a/src/drivers/xgi/Kconfig
+++ /dev/null
@@ -1,2 +0,0 @@
-source src/drivers/xgi/common/Kconfig
-source src/drivers/xgi/z9s/Kconfig
diff --git a/src/drivers/xgi/Makefile.inc b/src/drivers/xgi/Makefile.inc
deleted file mode 100644
index ce83d7a..0000000
--- a/src/drivers/xgi/Makefile.inc
+++ /dev/null
@@ -1 +0,0 @@
-subdirs-y += common z9s
\ No newline at end of file



More information about the coreboot-gerrit mailing list