projects
/
sdk
/
emulator
/
emulator-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0bdd3a3
)
emualtor kernel: fixed wrong Makefile entity from EVDI to SENSOR
author
Jinhyung Choi
<jinhyung2.choi@samsung.com>
Sun, 28 Jul 2013 05:57:11 +0000
(14:57 +0900)
committer
Jinhyung Choi
<jinhyung2.choi@samsung.com>
Sun, 28 Jul 2013 05:57:11 +0000
(14:57 +0900)
Signed-off-by: Jinhyung Choi <jinhyung2.choi@samsung.com>
drivers/maru/Makefile
patch
|
blob
|
history
diff --git
a/drivers/maru/Makefile
b/drivers/maru/Makefile
index ed0854d8d6355b4da1cc049436e297d412b5a75f..2bec1abda1d42f9dfd6b0032f5793cfde004b3d1 100644
(file)
--- a/
drivers/maru/Makefile
+++ b/
drivers/maru/Makefile
@@
-14,5
+14,5
@@
obj-$(CONFIG_MARU_USB_MODE) += maru_usb_mode.o
obj-$(CONFIG_MARU_VIRTIO_KEYBOARD) += maru_virtio_keyboard.o
obj-$(CONFIG_MARU_VIRTIO_ESM) += maru_virtio_esm.o
obj-$(CONFIG_MARU_VIRTIO_EVDI) += maru_virtio_evdi.o
-obj-$(CONFIG_MARU_VIRTIO_
EVDI
) += maru_virtio_sensor.o
+obj-$(CONFIG_MARU_VIRTIO_
SENSOR
) += maru_virtio_sensor.o
obj-$(CONFIG_MARU_VIRTIO_NFC) += maru_virtio_nfc.o