diff options
| author | Tom Rini <[email protected]> | 2021-08-19 15:06:01 -0400 |
|---|---|---|
| committer | Tom Rini <[email protected]> | 2021-08-30 14:13:28 -0400 |
| commit | dad7c6652d6777cc29bccc4e8003483f23b78fd2 (patch) | |
| tree | 2a8fff083409eb41e41a84ff0b62cd5b650aab5a /drivers/video/Makefile | |
| parent | d1240b6ab2d23fbced6a894223e5ec5a4a35ae7f (diff) | |
video: Remove ati_radeon_fb
This driver is currently unused. Remove.
Signed-off-by: Tom Rini <[email protected]>
Reviewed-by: Bin Meng <[email protected]>
Diffstat (limited to 'drivers/video/Makefile')
| -rw-r--r-- | drivers/video/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/video/Makefile b/drivers/video/Makefile index 7ae0ab2b35c..f6d07b343f0 100644 --- a/drivers/video/Makefile +++ b/drivers/video/Makefile @@ -25,7 +25,6 @@ obj-${CONFIG_VIDEO_STM32} += stm32/ obj-${CONFIG_VIDEO_TEGRA124} += tegra124/ obj-y += ti/ -obj-$(CONFIG_ATI_RADEON_FB) += ati_radeon_fb.o videomodes.o obj-$(CONFIG_ATMEL_HLCD) += atmel_hlcdfb.o obj-$(CONFIG_ATMEL_LCD) += atmel_lcdfb.o obj-$(CONFIG_CFB_CONSOLE) += cfb_console.o |
