Browse Source

update: 忘记提交xmake.lua了, 不然启用不了tlsf3

Wendal Chen 3 years ago
parent
commit
e728fa10e6
1 changed files with 3 additions and 0 deletions
  1. 3 0
      xmake.lua

+ 3 - 0
xmake.lua

@@ -382,6 +382,9 @@ target("air10x")
     -- add_includedirs(luatos.."components/ethernet/w5500",{public = true})
     -- add_files(luatos.."components/ethernet/w5500/*.c")
 
+    
+    add_includedirs(luatos.."components/mempool/tlsf3")
+    add_files(luatos.."components/mempool/tlsf3/*.c")
 
 	after_build(function(target)
         sdk_dir = target:toolchains()[1]:sdkdir().."/"