export switch-core.h to $(STAGING_DIR)
SVN-Revision: 10138
This commit is contained in:
parent
178721f76b
commit
d9e54d1e0b
1 changed files with 10 additions and 1 deletions
|
@ -52,6 +52,15 @@ define Build/Compile
|
||||||
modules
|
modules
|
||||||
endef
|
endef
|
||||||
|
|
||||||
|
define Build/InstallDev
|
||||||
|
mkdir -p $(1)/usr/include
|
||||||
|
$(CP) ./src/switch-core.h $(1)/usr/include/
|
||||||
|
endef
|
||||||
|
|
||||||
|
define Build/UninstallDev
|
||||||
|
rm -f $(1)/usr/include/switch-core.h
|
||||||
|
endef
|
||||||
|
|
||||||
define KernelPackage/switch/install
|
define KernelPackage/switch/install
|
||||||
$(INSTALL_DIR) $(1)/lib/network/
|
$(INSTALL_DIR) $(1)/lib/network/
|
||||||
$(INSTALL_BIN) ./files/switch.sh $(1)/lib/network/
|
$(INSTALL_BIN) ./files/switch.sh $(1)/lib/network/
|
||||||
|
|
Loading…
Reference in a new issue