summaryrefslogtreecommitdiffstats
path: root/common/recipes-lib/sdr/files/Makefile
diff options
context:
space:
mode:
authorTian Fang <tfang@fb.com>2015-12-14 22:08:40 -0800
committerTian Fang <tfang@fb.com>2015-12-15 09:49:21 -0800
commite65a7944211c70f6b5cfb6cedd73cc31105319de (patch)
tree067082251bc52bc6c09ca87feaa1352d0468a5ac /common/recipes-lib/sdr/files/Makefile
parent8a67fbdd0e251bb34d55992b0771edba1837d589 (diff)
downloadast2050-yocto-openbmc-e65a7944211c70f6b5cfb6cedd73cc31105319de.zip
ast2050-yocto-openbmc-e65a7944211c70f6b5cfb6cedd73cc31105319de.tar.gz
Sync to internal OpenBMC repo f926614
Diffstat (limited to 'common/recipes-lib/sdr/files/Makefile')
-rw-r--r--common/recipes-lib/sdr/files/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/common/recipes-lib/sdr/files/Makefile b/common/recipes-lib/sdr/files/Makefile
index 11fe3ee..607f914 100644
--- a/common/recipes-lib/sdr/files/Makefile
+++ b/common/recipes-lib/sdr/files/Makefile
@@ -3,7 +3,7 @@ lib: libsdr.so
libsdr.so: sdr.c
$(CC) $(CFLAGS) -fPIC -c -o sdr.o sdr.c
- $(CC) -lm -shared -o libsdr.so sdr.o -lc
+ $(CC) -lpal -lm -shared -o libsdr.so sdr.o -lc
.PHONY: clean
OpenPOWER on IntegriCloud