2 # Copyright (C) 2009 OpenWrt.org
4 # This is free software, licensed under the GNU General Public License v2.
5 # See /LICENSE for more information.
8 include $(TOPDIR
)/rules.mk
9 include $(INCLUDE_DIR
)/kernel.mk
12 PKG_RELEASE
:=$(LINUX_VERSION
)
14 include $(INCLUDE_DIR
)/package.mk
16 define Package
/spidev-test
19 DEPENDS
:=+kmod-spi-dev
20 TITLE
:=SPI testing utility
21 VERSION
:=$(LINUX_VERSION
)-$(PKG_RELEASE
)
22 URL
:=http
://www.kernel.org
25 define Package
/spidev-test
/description
33 $(TARGET_CC
) $(TARGET_CFLAGS
) -o
$(PKG_BUILD_DIR
)/spidev_test \
34 $(LINUX_DIR
)/Documentation
/spi
/spidev_test.c
37 define Package
/spidev-test
/install
38 $(INSTALL_DIR
) $(1)/sbin
39 $(INSTALL_BIN
) $(PKG_BUILD_DIR
)/spidev_test
$(1)/sbin
/
42 $(eval
$(call BuildPackage
,spidev-test
))
This page took 0.043396 seconds and 5 git commands to generate.