diff options
| author | Simon Glass <[email protected]> | 2022-10-16 15:25:26 -0600 |
|---|---|---|
| committer | Anatolij Gustschin <[email protected]> | 2022-10-30 20:07:17 +0100 |
| commit | b0c5353c7c2e719da080de210fcfe27a16cdbb88 (patch) | |
| tree | 12ef8b37166951ac9a3280d875a63de5e3cdb228 /common/Makefile | |
| parent | 70cc7b614f620e95edf304ee02f03f6dcf53e19c (diff) | |
video: Drop common LCD implementation
This code is no-longer used. Drop it.
Signed-off-by: Simon Glass <[email protected]>
Diffstat (limited to 'common/Makefile')
| -rw-r--r-- | common/Makefile | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/common/Makefile b/common/Makefile index d3175b7a854..20addfb244c 100644 --- a/common/Makefile +++ b/common/Makefile @@ -35,9 +35,6 @@ obj-$(CONFIG_I2C_EDID) += edid.o obj-$(CONFIG_KALLSYMS) += kallsyms.o obj-y += splash.o obj-$(CONFIG_SPLASH_SOURCE) += splash_source.o -ifndef CONFIG_DM_VIDEO -obj-$(CONFIG_LCD) += lcd.o lcd_console.o -endif obj-$(CONFIG_MENU) += menu.o obj-$(CONFIG_UPDATE_COMMON) += update.o obj-$(CONFIG_USB_KEYBOARD) += usb_kbd.o |
