diff options
author | Stefan Reinauer <stefan.reinauer@coreboot.org> | 2016-03-11 20:28:55 -0800 |
---|---|---|
committer | Stefan Reinauer <stefan.reinauer@coreboot.org> | 2016-04-19 18:35:52 +0200 |
commit | 431aa6dd1f49724f8998bc1092aff3d2185b30f7 (patch) | |
tree | ee72f9d2e32e76f2a7725a0d84d58561b67bec9b | |
parent | efb866f519baf2e4ed59256d06cfb5d4fde4e30f (diff) |
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@coreboot.org>
Reviewed-on: https://review.coreboot.org/14049
Tested-by: build bot (Jenkins)
Reviewed-by: Martin Roth <martinroth@google.com>
-rw-r--r-- | src/drivers/xgi/Kconfig | 2 | ||||
-rw-r--r-- | src/drivers/xgi/Makefile.inc | 1 |
2 files changed, 0 insertions, 3 deletions
diff --git a/src/drivers/xgi/Kconfig b/src/drivers/xgi/Kconfig deleted file mode 100644 index dea25ea32e..0000000000 --- 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 ce83d7a3ea..0000000000 --- a/src/drivers/xgi/Makefile.inc +++ /dev/null @@ -1 +0,0 @@ -subdirs-y += common z9s
\ No newline at end of file |