diff --git a/src/thermophysicalModels/myBasic/Make/options b/src/thermophysicalModels/myBasic/Make/options
new file mode 100644
index 0000000000000000000000000000000000000000..185918812a2db3aaa2fc95b0fd77e16fb8b4e0b9
--- /dev/null
+++ b/src/thermophysicalModels/myBasic/Make/options
@@ -0,0 +1,16 @@
+EXE_INC = \
+    -I$(LIB_SRC)/finiteVolume/lnInclude \
+    -I$(LIB_SRC)/thermophysicalModels/specie/lnInclude \
+    -I$(LIB_SRC)/meshTools/lnInclude \
+    -I$(LIB_SRC)/transportModels/compressible/lnInclude \
+    -I$(LIB_SRC)/thermophysicalModels/thermophysicalProperties/lnInclude
+
+
+
+LIB_LIBS = \
+    -L$(FOAM_USER_LIBBIN) \
+    -lfiniteVolume \
+    -lmeshTools \
+    -lcompressibleTransportModels \
+    -lspecie \
+    -lthermophysicalProperties