projects
/
openwrt
/
staging
/
lynxis
/
omap.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ce2c6e5
)
utils/spidev_test: drop Build/Prepare rule in favor of default one
author
Alexandru Ardelean
<ardeleanalex@gmail.com>
Thu, 6 Oct 2016 06:21:58 +0000
(09:21 +0300)
committer
John Crispin
<john@phrozen.org>
Sat, 15 Oct 2016 09:36:52 +0000
(11:36 +0200)
Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
package/utils/spidev_test/Makefile
patch
|
blob
|
history
diff --git
a/package/utils/spidev_test/Makefile
b/package/utils/spidev_test/Makefile
index e92bf63ccb62937cebef5850f5dadceeb692d88c..b7c5227f91da22b220dc84154ab9ba20dd80cb07 100644
(file)
--- a/
package/utils/spidev_test/Makefile
+++ b/
package/utils/spidev_test/Makefile
@@
-27,10
+27,6
@@
define Package/spidev-test/description
SPI testing utility.
endef
-define Build/Prepare
- $(CP) src/spidev_test.c $(PKG_BUILD_DIR)/
-endef
-
define Build/Compile
$(TARGET_CC) $(TARGET_CFLAGS) -o $(PKG_BUILD_DIR)/spidev_test \
$(PKG_BUILD_DIR)/spidev_test.c