utils/spidev_test: drop Build/Prepare rule in favor of default one

Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
v19.07.3_mercusys_ac12_duma
Alexandru Ardelean 8 years ago committed by John Crispin
parent ce2c6e5d24
commit 9f2ce12fff

@ -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

Loading…
Cancel
Save