config: enable NXP DPAA PMD compilation
[dpdk.git] / mk / rte.extsubdir.mk
index 3e733d8..d21791b 100644 (file)
@@ -33,8 +33,8 @@ MAKEFLAGS += --no-print-directory
 ALL_DEPDIRS := $(patsubst DEPDIRS-%,%,$(filter DEPDIRS-%,$(.VARIABLES)))
 
 # output directory
-O ?= .
-BASE_OUTPUT ?= $(O)
+O ?= $(CURDIR)
+BASE_OUTPUT ?= $(abspath $(O))
 CUR_SUBDIR ?= .
 
 .PHONY: all