summaryrefslogtreecommitdiffstats
path: root/drivers/auxdisplay/Makefile
diff options
context:
space:
mode:
authorAndy Shevchenko <andriy.shevchenko@linux.intel.com>2017-04-04 20:25:21 +0300
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2017-04-08 17:48:20 +0200
commit51c1e9b554c996284d5d3bd44da829f41a49a21b (patch)
tree44f3ebc0fb654b1fae9e230625ebcb495bcefb69 /drivers/auxdisplay/Makefile
parent6ef0c3337ac9a0a963208beed92d478a317d7888 (diff)
downloadop-kernel-dev-51c1e9b554c996284d5d3bd44da829f41a49a21b.zip
op-kernel-dev-51c1e9b554c996284d5d3bd44da829f41a49a21b.tar.gz
auxdisplay: Move panel.c to drivers/auxdisplay folder
It looks like panel.c belongs to auxdisplay subsystem. Move it to drivers/auxdisplay folder. No functional changes intended. Acked-by: Geert Uytterhoeven <geert@linux-m68k.org> Signed-off-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers/auxdisplay/Makefile')
-rw-r--r--drivers/auxdisplay/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/auxdisplay/Makefile b/drivers/auxdisplay/Makefile
index fcefa68..58c25e5 100644
--- a/drivers/auxdisplay/Makefile
+++ b/drivers/auxdisplay/Makefile
@@ -8,3 +8,4 @@ obj-$(CONFIG_CFAG12864B) += cfag12864b.o cfag12864bfb.o
obj-$(CONFIG_IMG_ASCII_LCD) += img-ascii-lcd.o
obj-$(CONFIG_HD44780) += hd44780.o
obj-$(CONFIG_HT16K33) += ht16k33.o
+obj-$(CONFIG_PANEL) += panel.o
OpenPOWER on IntegriCloud