cmake: fixed to refer to duplicate source files. 41/159141/1
authorSegwon <segwon.han@samsung.com>
Tue, 7 Nov 2017 07:04:04 +0000 (16:04 +0900)
committerSegwon <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

index 55ed4af..29d9721 100644 (file)
@@ -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})