build: fix linking error on Windows. 36/27336/1
authorKitae Kim <kt920.kim@samsung.com>
Thu, 11 Sep 2014 04:45:55 +0000 (13:45 +0900)
committerKitae 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

index 46a584f..0d2d6b3 100644 (file)
@@ -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