Skip to content
Snippets Groups Projects
Commit 90ee5ed1 authored by Yalu Zhang's avatar Yalu Zhang
Browse files

Install some header files needed by ppa_api.h to staging_dir

parent 2f650a81
No related branches found
No related tags found
No related merge requests found
......@@ -299,6 +299,12 @@ define Build/Clean
); fi
endef
define Build/InstallDev
$(INSTALL_DIR) $(1)/usr/include
mkdir -p $(1)/usr/include/net/switch_api
$(CP) --dereference $(LINUX_DIR)/include/net/switch_api/* $(1)/usr/include/net/switch_api/
endef
$(eval $(call KernelPackage,ppa-drv-grx500))
$(eval $(call KernelPackage,ppa-drv-falcon))
$(eval $(call KernelPackage,ppa-drv-grx500-mpe))
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment