Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 9453ed9c authored by Alek Du's avatar Alek Du Committed by Greg Kroah-Hartman
Browse files

Staging: mrst-touchscreen: Fix wrong Makefile config



The config name is wrong in drivers/staging/Makefile...
The object name is wrong in drivers/staging/mrst-touchscreen/Makefile...

Signed-off-by: default avatarAlek Du <alek.du@intel.com>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@suse.de>
parent e1eeeae2
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -51,7 +51,7 @@ obj-$(CONFIG_CXT1E1) += cxt1e1/
obj-$(CONFIG_TI_ST)		+= ti-st/
obj-$(CONFIG_ADIS16255)		+= adis16255/
obj-$(CONFIG_FB_XGI)		+= xgifb/
obj-$(CONFIG_TOUCHSCREEN_MRSTOUCH)	+= mrst-touchscreen/
obj-$(CONFIG_TOUCHSCREEN_INTEL_MID)	+= mrst-touchscreen/
obj-$(CONFIG_MSM_STAGING)	+= msm/
obj-$(CONFIG_EASYCAP)		+= easycap/
obj-$(CONFIG_SOLO6X10)		+= solo6x10/
+1 −1
Original line number Diff line number Diff line
obj-$(CONFIG_TOUCHSCREEN_INTEL_MID) := intel_mid_touch.o
obj-$(CONFIG_TOUCHSCREEN_INTEL_MID) := intel-mid-touch.o