projects
/
packages.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
83a7f73
)
ucmb-kernel: Install the header file
author
mb
<mb@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Fri, 1 Jan 2010 23:39:27 +0000
(23:39 +0000)
committer
mb
<mb@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Fri, 1 Jan 2010 23:39:27 +0000
(23:39 +0000)
git-svn-id: svn://svn.openwrt.org/openwrt/packages@18990
3c298f89
-4303-0410-b956-
a3cf2f4a3e73
utils/ucmb/Makefile
patch
|
blob
|
history
diff --git
a/utils/ucmb/Makefile
b/utils/ucmb/Makefile
index
ec33b06
..
f3d3915
100644
(file)
--- a/
utils/ucmb/Makefile
+++ b/
utils/ucmb/Makefile
@@
-55,4
+55,11
@@
define Build/Compile
modules
endef
+define Build/InstallDev
+ $(INSTALL_DIR) $(1)/usr/include
+ $(CP) \
+ $(PKG_BUILD_DIR)/ucmb.h \
+ $(1)/usr/include
+endef
+
$(eval $(call KernelPackage,ucmb))