diff --git a/package/utils/oseama/Makefile b/package/utils/oseama/Makefile index 8957a69967..7d9303b92d 100644 --- a/package/utils/oseama/Makefile +++ b/package/utils/oseama/Makefile @@ -26,11 +26,6 @@ define Package/oseama/description This package contains an utility that allows handling Seama images. endef -define Build/Prepare - mkdir -p $(PKG_BUILD_DIR) - $(CP) ./src/* $(PKG_BUILD_DIR)/ -endef - define Build/Compile $(MAKE) -C $(PKG_BUILD_DIR) \ CC="$(TARGET_CC)" \