]> git.droids-corp.org - dpdk.git/blobdiff - Makefile
doc: generate HTML for API with doxygen
[dpdk.git] / Makefile
index 7afb9ee7e65bf3198bf3b97b06de4c570b8a8ada..d789491b48dcca8988b3e7840feee9c14e926061 100644 (file)
--- a/Makefile
+++ b/Makefile
 #   (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
 #   OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
 
-#
-# Head Makefile for compiling rte SDK
-#
+.error Error please compile using GNU Make (gmake)
 
-RTE_SDK := $(CURDIR)
-export RTE_SDK
-
-#
-# directory list
-#
-
-ROOTDIRS-y := scripts lib app
-
-include $(RTE_SDK)/mk/rte.sdkroot.mk