summaryrefslogtreecommitdiffstats
path: root/lvgl/wscript
blob: e699554266393d1f515935236b4bd8e0bff04b18 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
# Copyright 2019 Vijay Kumar Banerjee (vijaykumar9597@gmail.com)
#
# This file's license is 2-clause BSD as in this distribution's LICENSE.2 file.
#

import rtems_waf.rtems as rtems
import rtems_waf.rtems_bsd as rtems_bsd

def configure(conf):
    conf.recurse('hello')

def build(bld):
    bld.recurse('hello')