diff options
author | Stefan Reinauer <stefan.reinauer@coreboot.org> | 2016-03-11 20:33:35 -0800 |
---|---|---|
committer | Stefan Reinauer <stefan.reinauer@coreboot.org> | 2016-04-19 18:37:20 +0200 |
commit | 0aeece768985d320f3c0c94ca89489a6fdae908c (patch) | |
tree | 5e173bb341aaba8fdf3a6c14197e284aa6a1820d /src/drivers | |
parent | 1211590ca3db6d23425f16dd27a1814215a8b43c (diff) |
drivers/ati: Switch to src/drivers/[X]/[Y]/ scheme
Reorder drivers to fit src/drivers/[X]/[Y]/ scheme to make
them pluggable.
Change-Id: Iba43630208be02603f4e0de5f62047bb3d23863a
Signed-off-by: Stefan Reinauer <stefan.reinauer@coreboot.org>
Reviewed-on: https://review.coreboot.org/14054
Tested-by: build bot (Jenkins)
Reviewed-by: Martin Roth <martinroth@google.com>
Diffstat (limited to 'src/drivers')
-rw-r--r-- | src/drivers/ati/Kconfig | 1 | ||||
-rw-r--r-- | src/drivers/ati/Makefile.inc | 1 |
2 files changed, 0 insertions, 2 deletions
diff --git a/src/drivers/ati/Kconfig b/src/drivers/ati/Kconfig deleted file mode 100644 index f1ea32c837..0000000000 --- a/src/drivers/ati/Kconfig +++ /dev/null @@ -1 +0,0 @@ -source src/drivers/ati/ragexl/Kconfig diff --git a/src/drivers/ati/Makefile.inc b/src/drivers/ati/Makefile.inc deleted file mode 100644 index 15b5dfc022..0000000000 --- a/src/drivers/ati/Makefile.inc +++ /dev/null @@ -1 +0,0 @@ -subdirs-y += ragexl |