aboutsummaryrefslogtreecommitdiff
path: root/src/drivers/ati
diff options
context:
space:
mode:
authorStefan Reinauer <stefan.reinauer@coreboot.org>2011-04-15 03:30:03 +0000
committerStefan Reinauer <stepan@openbios.org>2011-04-15 03:30:03 +0000
commitd85400d80548d8db8dd604d959fe858d33ca39be (patch)
treef744290d31031964749ae26a2968136f5dfc72f6 /src/drivers/ati
parent8345a194ba30051d640c6d0340379b15696ea1a0 (diff)
Handle drivers/ equally to any other sub directory.
Signed-off-by: Stefan Reinauer <stefan.reinauer@coreboot.org> Acked-by: Stefan Reinauer <stefan.reinauer@coreboot.org> git-svn-id: svn://svn.coreboot.org/coreboot/trunk@6503 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
Diffstat (limited to 'src/drivers/ati')
-rw-r--r--src/drivers/ati/Kconfig1
-rw-r--r--src/drivers/ati/Makefile.inc1
-rw-r--r--src/drivers/ati/ragexl/Kconfig2
3 files changed, 4 insertions, 0 deletions
diff --git a/src/drivers/ati/Kconfig b/src/drivers/ati/Kconfig
new file mode 100644
index 0000000000..f1ea32c837
--- /dev/null
+++ b/src/drivers/ati/Kconfig
@@ -0,0 +1 @@
+source src/drivers/ati/ragexl/Kconfig
diff --git a/src/drivers/ati/Makefile.inc b/src/drivers/ati/Makefile.inc
new file mode 100644
index 0000000000..15b5dfc022
--- /dev/null
+++ b/src/drivers/ati/Makefile.inc
@@ -0,0 +1 @@
+subdirs-y += ragexl
diff --git a/src/drivers/ati/ragexl/Kconfig b/src/drivers/ati/ragexl/Kconfig
new file mode 100644
index 0000000000..117aa66314
--- /dev/null
+++ b/src/drivers/ati/ragexl/Kconfig
@@ -0,0 +1,2 @@
+config ATI_RAGE_XL
+ bool