diff options
author | Stefan Reinauer <stefan.reinauer@coreboot.org> | 2016-04-19 09:55:19 -0700 |
---|---|---|
committer | Stefan Reinauer <stefan.reinauer@coreboot.org> | 2016-04-22 20:11:52 +0200 |
commit | c6400e974e7b50d1b679faeae0d812da133daece (patch) | |
tree | 38445223dd551dc278fb0d1ee3fe7915c0e64866 /src/drivers/ricoh | |
parent | 019dbd31be6813b60ce6ad440ef97691f73787a7 (diff) |
drivers/ricoh: Fully switch to src/drivers/[X]/[Y]/ scheme
The previous commit removed Kconfig, but not Makefile.inc
Change-Id: If46a0a3e253eea9d286d8ab3b1a6ab67ef678ee4
Signed-off-by: Stefan Reinauer <stefan.reinauer@coreboot.org>
Reviewed-on: https://review.coreboot.org/14419
Tested-by: build bot (Jenkins)
Reviewed-by: Martin Roth <martinroth@google.com>
Diffstat (limited to 'src/drivers/ricoh')
-rw-r--r-- | src/drivers/ricoh/Makefile.inc | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/drivers/ricoh/Makefile.inc b/src/drivers/ricoh/Makefile.inc deleted file mode 100644 index baa15ac4d7..0000000000 --- a/src/drivers/ricoh/Makefile.inc +++ /dev/null @@ -1 +0,0 @@ -subdirs-y += rce822 |