summaryrefslogtreecommitdiff
path: root/Component.cdef
blob: 25975ff309fe1eb1e0d9f8dea9f8181980ececcf (plain)
1
2
3
4
5
6
7
8
9
10
11
cflags:
{
  -std=c99
  -I$BRNKL_ROOT/apps/util
}

sources:
{
  camera.c
  $BRNKL_ROOT/apps/util/util.c
}