2 # Copyright (C) 2008 OpenWrt.org
4 # This is free software, licensed under the GNU General Public License v2.
5 # See /LICENSE for more information.
7 include $(TOPDIR
)/rules.mk
9 PKG_NAME
:=ocf-crypto-headers
13 PKG_BUILD_DIR
:=$(BUILD_DIR
)/$(PKG_NAME
)
15 include $(INCLUDE_DIR
)/package.mk
17 define Package
/ocf-crypto-headers
20 TITLE
:=OCF-Linux cryptodev header
24 define Build
/Configure
30 define Build
/InstallDev
31 mkdir
-p
$(1)/usr
/include/crypto
32 $(CP
) .
/src
/cryptodev.h
$(1)/usr
/include/crypto
35 $(eval
$(call BuildPackage
,ocf-crypto-headers
))