mirror of
https://github.com/openwrt/openwrt.git
synced 2025-02-06 11:09:31 +00:00
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
@ -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…
x
Reference in New Issue
Block a user