projects
/
openwrt.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
brcm47xx: initial 2.6.39 support for brcm47xx
[openwrt.git]
/
package
/
pjsip
/
Makefile
diff --git
a/package/pjsip/Makefile
b/package/pjsip/Makefile
index
f1317ff
..
c1021f3
100644
(file)
--- a/
package/pjsip/Makefile
+++ b/
package/pjsip/Makefile
@@
-64,7
+64,7
@@
EXTRA_CFLAGS:=-I$(STAGING_DIR)/usr/include/drv_tapi -I$(STAGING_DIR)/usr/include
endif
Package/pjsip-oss=$(call Package/pjsip-template,oss,)
endif
Package/pjsip-oss=$(call Package/pjsip-template,oss,)
-Package/pjsip-ltq-tapi=$(call Package/pjsip-template,ltq-tapi,@TARGET_lantiq)
+Package/pjsip-ltq-tapi=$(call Package/pjsip-template,ltq-tapi,@TARGET_lantiq
+TARGET_lantiq:kmod-ltq-tapi +TARGET_lantiq:kmod-ltq-vmmc
)
define Build/Prepare
$(PKG_UNPACK)
define Build/Prepare
$(PKG_UNPACK)
@@
-79,7
+79,7
@@
endef
define Build/Compile
CFLAGS="$(EXTRA_CFLAGS) $(TARGET_CPPFLAGS) $(EXTRA_CPPFLAGS)" \
define Build/Compile
CFLAGS="$(EXTRA_CFLAGS) $(TARGET_CPPFLAGS) $(EXTRA_CPPFLAGS)" \
- LDFLAGS="$(TARGET_LDFLAGS) $(EXTRA_LDFLAGS)" \
+ LDFLAGS="$(TARGET_LDFLAGS) $(EXTRA_LDFLAGS)
$(LIBGCC_S)
" \
$(MAKE) -C $(PKG_BUILD_DIR)/$(MAKE_PATH)
endef
$(MAKE) -C $(PKG_BUILD_DIR)/$(MAKE_PATH)
endef
This page took
0.020517 seconds
and
4
git commands to generate.