diff options
author | David Müller (ELSOFT AG) <d.mueller@elsoft.ch> | 2016-02-06 07:57:25 +0100 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2016-02-08 10:22:44 -0500 |
commit | 928f6054555618c9700bc5ebc16b9a661fd3ead7 (patch) | |
tree | abe98f6afbeebe8fd52b663d47617fb1f61e49ef /common/Makefile | |
parent | 89ca1000caefcfaeb06fdb9fcc8fdc09c318d26a (diff) |
Remove unused CONFIG_MODEM_SUPPORT option and associated dead code.
Signed-off-by: David Müller <d.mueller@elsoft.ch>
Diffstat (limited to 'common/Makefile')
-rw-r--r-- | common/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/common/Makefile b/common/Makefile index 59984111e18..117178ad9be 100644 --- a/common/Makefile +++ b/common/Makefile @@ -82,7 +82,6 @@ obj-$(CONFIG_LCD_ROTATION) += lcd_console_rotation.o obj-$(CONFIG_LCD_DT_SIMPLEFB) += lcd_simplefb.o obj-$(CONFIG_LYNXKDI) += lynxkdi.o obj-$(CONFIG_MENU) += menu.o -obj-$(CONFIG_MODEM_SUPPORT) += modem.o obj-$(CONFIG_UPDATE_TFTP) += update.o obj-$(CONFIG_DFU_TFTP) += update.o obj-$(CONFIG_USB_KEYBOARD) += usb_kbd.o |