From c296d5f9957c03994a699d6739c27d4581a9f6c7 Mon Sep 17 00:00:00 2001 From: Thomas Petazzoni Date: Wed, 31 Dec 2014 10:11:09 +0100 Subject: staging: fbtft: core support This commit adds the core fbtft framework from https://github.com/notro/fbtft. Signed-off-by: Thomas Petazzoni Signed-off-by: Noralf Tronnes Signed-off-by: Greg Kroah-Hartman --- drivers/staging/fbtft/Makefile | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 drivers/staging/fbtft/Makefile (limited to 'drivers/staging/fbtft/Makefile') diff --git a/drivers/staging/fbtft/Makefile b/drivers/staging/fbtft/Makefile new file mode 100644 index 000000000000..9132dde4a152 --- /dev/null +++ b/drivers/staging/fbtft/Makefile @@ -0,0 +1,3 @@ +# Core module +obj-$(CONFIG_FB_TFT) += fbtft.o +fbtft-y += fbtft-core.o fbtft-sysfs.o fbtft-bus.o fbtft-io.o -- cgit v1.2.3-59-g8ed1b