Makefile.tizen: add prefix to TARGET_DIRS variable
authorIgor Mitsyanko <i.mitsyanko@samsung.com>
Tue, 26 Jun 2012 10:07:14 +0000 (14:07 +0400)
committerEvgeny Voevodin <e.voevodin@samsung.com>
Wed, 27 Jun 2012 10:46:58 +0000 (14:46 +0400)
commit0c2aa447944c9d362318383318ca03a4c1a03a9f
tree921b1fe80ff59f9a6c1549643664e9e9db62bb85
parent5d052172531bb3f47a6997e4d428b8a636785c5c
Makefile.tizen: add prefix to TARGET_DIRS variable

If QEMU configured for several targt simultaniously, then string -I$(SRC_PATH)/$(TARGET_DIRS)
will result in compile error because $(TARGET_DIRS) will expand to multiword string.
Add prefix to avoid this problem.

Signed-off-by: Igor Mitsyanko <i.mitsyanko@samsung.com>
tizen/src/Makefile.tizen