|
|
@@ -21,9 +21,8 @@ if not GetDepend(['RT_USING_I2C']):
|
|
|
src.remove('luat_lib_i2c.c')
|
|
|
if not GetDepend(['RT_USING_SPI']):
|
|
|
src.remove('luat_lib_spi.c')
|
|
|
-if not GetDepend(['PKG_USING_WEBCLIENT']):
|
|
|
- src.remove('luat_lib_http.c')
|
|
|
if not GetDepend(['SAL_USING_POSIX']):
|
|
|
+ src.remove('luat_lib_http.c')
|
|
|
src.remove('luat_lib_socket.c')
|
|
|
if not GetDepend(['RT_USING_ADC']):
|
|
|
src.remove('luat_lib_adc.c')
|