X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?a=blobdiff_plain;f=hal%2Fsoc_temperature_hal%2FMakefile;h=f3335996f4e999c56706879316e2fd406e047bbd;hb=refs%2Fchanges%2F24%2F25924%2F3;hp=602297e3db374fae71d9061fb077c03af021b450;hpb=7bc3ffa5e56fe2d87747adbffa5e2ab09e64fb32;p=staging%2Fbasesystem.git diff --git a/hal/soc_temperature_hal/Makefile b/hal/soc_temperature_hal/Makefile index 602297e..f333599 100755 --- a/hal/soc_temperature_hal/Makefile +++ b/hal/soc_temperature_hal/Makefile @@ -32,9 +32,6 @@ CXXFLAGS += -Wall -fPIC LDFLAGS += -shared LDFLAGS += -Wl,--no-as-needed LDFLAGS += -Wl,--no-undefined -LDFLAGS += -L=/usr/lib/basesystem - -RPATH := ######### linked library ######################## LIBS += -Wl,-Bdynamic -lstdc++ @@ -49,7 +46,7 @@ all: $(TARGET) @echo $@ done. $(TARGET): $(OBJS) - $(CC) $(LDFLAGS) -Wl,-rpath=$(RPATH) $(OBJS) $(LIBS) -o $(TARGET) + $(CC) $(LDFLAGS) $(OBJS) $(LIBS) -o $(TARGET) @echo $@ done. ######### make cleans ###########################