build: fix 'make clean'
authorWonsang Ryou <wonsang.yoo@samsung.com>
Thu, 13 Apr 2017 23:51:29 +0000 (08:51 +0900)
committerHeesub Shin <heesub.shin@samsung.com>
Tue, 18 Apr 2017 03:02:20 +0000 (12:02 +0900)
commitc15e3645f605c23b0b5d54b64a0c85e9d9a3fbbc
treef6e94d0b8a57afc4385b4f124b16fa4f17f76f56
parent48ceb90e968d3238b1d078ecb5ce4aa9be9b1ee7
build: fix 'make clean'

This patch fixes the problem that some *.o files aren't cleaned after
"make clean" in mqtt and sss modules.

The "CLEAN" function of Makefile cleans object files only in current
directory. That's why the files of sub directories aren't cleaned by
"CLEAN" function. This patch all object files make be generated in the
directory in which Makefile exists.

Change-Id: I50d9f95ca255b2c0d1aaf33a470f4d2f4ab5bb40
Signed-off-by: Wonsang Ryou <wonsang.yoo@samsung.com>
apps/netutils/mqtt/Makefile
os/arch/arm/src/s5j/Make.defs