]> rtime.felk.cvut.cz Git - sysless.git/blob - app/eb_ebb/Makefile.omk
00b62cf053896c60418afda548f0c0fcb82dc7c7
[sysless.git] / app / eb_ebb / Makefile.omk
1 # -*- makefile -*-
2
3 bin_PROGRAMS = eb_ebb
4
5 eb_ebb_SOURCES = main.c 
6 eb_ebb_LIBS = can ebb
7
8 lib_LIBRARIES = ebb
9 ebb_SOURCES = powswitch.c uart.c servo.c engine.c
10
11 include_HEADERS = engine.h powswitch.h servo.h uart.h