utils/spidev_test: drop Build/Prepare rule in favor of default one
Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
This commit is contained in:
parent
ce2c6e5d24
commit
9f2ce12fff
1 changed files with 0 additions and 4 deletions
|
@ -27,10 +27,6 @@ define Package/spidev-test/description
|
||||||
SPI testing utility.
|
SPI testing utility.
|
||||||
endef
|
endef
|
||||||
|
|
||||||
define Build/Prepare
|
|
||||||
$(CP) src/spidev_test.c $(PKG_BUILD_DIR)/
|
|
||||||
endef
|
|
||||||
|
|
||||||
define Build/Compile
|
define Build/Compile
|
||||||
$(TARGET_CC) $(TARGET_CFLAGS) -o $(PKG_BUILD_DIR)/spidev_test \
|
$(TARGET_CC) $(TARGET_CFLAGS) -o $(PKG_BUILD_DIR)/spidev_test \
|
||||||
$(PKG_BUILD_DIR)/spidev_test.c
|
$(PKG_BUILD_DIR)/spidev_test.c
|
||||||
|
|
Loading…
Reference in a new issue