aboutsummaryrefslogtreecommitdiffstats
path: root/kernel/linux/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'kernel/linux/Makefile')
-rw-r--r--kernel/linux/Makefile9
1 files changed, 9 insertions, 0 deletions
diff --git a/kernel/linux/Makefile b/kernel/linux/Makefile
new file mode 100644
index 00000000..c2c45a3e
--- /dev/null
+++ b/kernel/linux/Makefile
@@ -0,0 +1,9 @@
+# SPDX-License-Identifier: GPL-2.0
+# Copyright 2017 NXP
+
+include $(RTE_SDK)/mk/rte.vars.mk
+
+DIRS-$(CONFIG_RTE_EAL_IGB_UIO) += igb_uio
+DIRS-$(CONFIG_RTE_KNI_KMOD) += kni
+
+include $(RTE_SDK)/mk/rte.subdir.mk