mirror of
https://github.com/Telecominfraproject/OpenCellular.git
synced 2026-01-11 10:25:20 +00:00
source files mainly done by Vincent. Signed-off-by: Vincent Palatin <vpalatin@chromium.org> Change-Id: Ic2d1becd400c9b4b4a14d4a243af1bdf77d9c1e2
12 lines
214 B
Makefile
12 lines
214 B
Makefile
#
|
|
# on-board test binaries build
|
|
#
|
|
|
|
test-list=hello pingpong timer_calib timer_dos
|
|
#disable: powerdemo
|
|
|
|
pingpong-objs=pingpong.o
|
|
powerdemo-objs=powerdemo.o
|
|
timer_calib-objs=timer_calib.o
|
|
timer_dos-objs=timer_dos.o
|