]> git.droids-corp.org - dpdk.git/blobdiff - lib/librte_eal/bsdapp/eal/Makefile
eal: use a single version map file
[dpdk.git] / lib / librte_eal / bsdapp / eal / Makefile
index 381e3f455bddf07681fea8ae1022850cf042e5a0..351fa57f93aea98d8adaa2c11405ea47e5091f04 100644 (file)
@@ -46,7 +46,7 @@ LDLIBS += -lexecinfo
 LDLIBS += -lpthread
 LDLIBS += -lgcc_s
 
-EXPORT_MAP := rte_eal_version.map
+EXPORT_MAP := ../../rte_eal_version.map
 
 LIBABIVER := 6
 
@@ -126,7 +126,7 @@ CFLAGS_eal_thread.o += -Wno-return-type
 CFLAGS_eal_hpet.o += -Wno-return-type
 endif
 
-INC := rte_interrupts.h
+INC :=  # no bsdapp specific headers
 
 SYMLINK-$(CONFIG_RTE_EXEC_ENV_BSDAPP)-include/exec-env := \
        $(addprefix include/exec-env/,$(INC))