only build linux-atm if it's actually selected
SVN-Revision: 8968
This commit is contained in:
parent
b4142edc77
commit
059b0d3c54
@ -53,6 +53,7 @@ define Build/Compile
|
|||||||
all install
|
all install
|
||||||
endef
|
endef
|
||||||
|
|
||||||
|
ifneq ($(CONFIG_PACKAGE_linux-atm),)
|
||||||
define Build/InstallDev
|
define Build/InstallDev
|
||||||
mkdir -p $(STAGING_DIR)/usr/include
|
mkdir -p $(STAGING_DIR)/usr/include
|
||||||
$(CP) $(PKG_INSTALL_DIR)/usr/include/atm{,d,sap}.h \
|
$(CP) $(PKG_INSTALL_DIR)/usr/include/atm{,d,sap}.h \
|
||||||
@ -66,6 +67,7 @@ define Build/UninstallDev
|
|||||||
rm -rf $(STAGING_DIR)/usr/include/atm{,d,sap}.h \
|
rm -rf $(STAGING_DIR)/usr/include/atm{,d,sap}.h \
|
||||||
$(STAGING_DIR)/usr/lib/libatm.{a,so*}
|
$(STAGING_DIR)/usr/lib/libatm.{a,so*}
|
||||||
endef
|
endef
|
||||||
|
endif
|
||||||
|
|
||||||
define Package/linux-atm/install
|
define Package/linux-atm/install
|
||||||
$(INSTALL_DIR) $(1)/usr/lib
|
$(INSTALL_DIR) $(1)/usr/lib
|
||||||
|
Loading…
x
Reference in New Issue
Block a user