Blame view

RIOT/dist/tools/uhcpd/project.py 142 Bytes
a752c7ab   elopes   add first test an...
1
2
3
4
5
  # pyjam build file. See https://github.com/kaspar030/pyjam for info.
  
  default.CFLAGS = "-O3 -DUHCP_SYSTEM_LINUX -DUHCP_SERVER"
  
  Main("uhcpd")