projects
/
sdk
/
emulator
/
qemu.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
923e820
)
build: fix linking error on Windows.
36/27336/1
author
Kitae Kim
<kt920.kim@samsung.com>
Thu, 11 Sep 2014 04:45:55 +0000
(13:45 +0900)
committer
Kitae Kim
<kt920.kim@samsung.com>
Thu, 11 Sep 2014 04:47:08 +0000
(13:47 +0900)
-ldl is not available on Windows platform.
Change-Id: I2d108555d8b17aadd57eb4ddc7ec03e9235aa2d8
Signed-off-by: Kitae Kim <kt920.kim@samsung.com>
tizen/src/hw/pci/Makefile.objs
patch
|
blob
|
history
diff --git
a/tizen/src/hw/pci/Makefile.objs
b/tizen/src/hw/pci/Makefile.objs
index 46a584ff1de7d6937a96d591d81a303cd722d449..0d2d6b3b769eb186be6ec24d1b98a1133b35d585 100644
(file)
--- a/
tizen/src/hw/pci/Makefile.objs
+++ b/
tizen/src/hw/pci/Makefile.objs
@@
-1,5
+1,7
@@
obj-y += maru_brillcodec_device.o
+ifdef CONFIG_LINUX
LIBS += -ldl
+endif
obj-y += maru_brillcodec.o
obj-y += maru_brightness.o