projects
/
platform
/
core
/
api
/
peripheral-io.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
82f0d42
)
cmake: fixed to refer to duplicate source files.
41/159141/1
author
Segwon
<segwon.han@samsung.com>
Tue, 7 Nov 2017 07:04:04 +0000
(16:04 +0900)
committer
Segwon
<segwon.han@samsung.com>
Tue, 7 Nov 2017 07:04:04 +0000
(16:04 +0900)
Change-Id: I076ee08f8af2f1ad4445cbb5fc0bc8e089c182b1
Signed-off-by: Segwon <segwon.han@samsung.com>
CMakeLists.txt
patch
|
blob
|
history
diff --git
a/CMakeLists.txt
b/CMakeLists.txt
index 55ed4af04bc75a6abca4d7fcdeefb300ca20620d..29d972152b84b2a67875196186f9c53e8d6e48d4 100644
(file)
--- a/
CMakeLists.txt
+++ b/
CMakeLists.txt
@@
-52,8
+52,7
@@
SET(SOURCES src/peripheral_gpio.c
src/peripheral_gdbus_pwm.c
src/peripheral_gdbus_uart.c
src/peripheral_gdbus_spi.c
- src/peripheral_io_gdbus.c
- src/peripheral_spi.c)
+ src/peripheral_io_gdbus.c)
ADD_LIBRARY(${fw_name} SHARED ${SOURCES})