From a6c6f160d98029680e15d635da33d4ca16a0d564 Mon Sep 17 00:00:00 2001 From: GiWoong Kim Date: Wed, 10 Jul 2013 11:29:25 +0900 Subject: [PATCH] touch: usb touchscreen are excluded usb touchscreen are excluded from Makefile Change-Id: I8fc0954d517d2a99303a065af3e15e431a297f47 Signed-off-by: GiWoong Kim --- tizen/src/Makefile.tizen | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/tizen/src/Makefile.tizen b/tizen/src/Makefile.tizen index e3eeaca8a5..e5b41d13b8 100644 --- a/tizen/src/Makefile.tizen +++ b/tizen/src/Makefile.tizen @@ -110,7 +110,8 @@ obj-y += debug_ch.o include $(SRC_PATH)/tizen/src/Makefile.tizen.$(TARGET_BASE_ARCH) obj-y += maru_brightness.o -obj-y += maru_usb_touchscreen.o maru_virtio_touchscreen.o +obj-y += maru_virtio_touchscreen.o +#obj-y += maru_usb_touchscreen.o obj-y += maru_virtio_keyboard.o obj-y += maru_codec.o obj-y += maru_virtio_hwkey.o -- 2.34.1