summaryrefslogtreecommitdiffstats
path: root/lvgl/hello/wscript
diff options
context:
space:
mode:
Diffstat (limited to 'lvgl/hello/wscript')
-rw-r--r--lvgl/hello/wscript5
1 files changed, 0 insertions, 5 deletions
diff --git a/lvgl/hello/wscript b/lvgl/hello/wscript
index cbc001a..c3e9da8 100644
--- a/lvgl/hello/wscript
+++ b/lvgl/hello/wscript
@@ -7,11 +7,6 @@ import rtems_waf.rtems as rtems
import rtems_waf.rtems_bsd as rtems_bsd
import os
-def configure(conf):
- rtems.check_lib_path(conf, lib = 'm')
- rtems.check_lib_path(conf, lib = 'lvgl', mandatory = False)
- rtems.check_lib_path(conf, lib = 'bsd', mandatory = False)
-
def build(bld):
rtems.build(bld)
if rtems.check_lib(bld, ['bsd', 'lvgl']):