repo.or.cz
/
LPC2xxx_and_RobotSpejbl.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Software testing lpcanvca.h
[LPC2xxx_and_RobotSpejbl.git]
/
app
/
eb_ebb
/
Makefile.omk
blob
ff1717b0190cdab24f8627b8316eaa60a788a641
1
# -*- makefile -*-
2
3
bin_PROGRAMS = eb_ebb
4
5
eb_ebb_SOURCES = main.c
6
eb_ebb_LIBS = can ebb
7
8
9
lib_LIBRARIES = ebb
10
ebb_SOURCES = powswitch.c uart.c servo.c engine.c adc.c adc_filtr.c
11
12
include_HEADERS = engine.h powswitch.h servo.h uart.h adc.h adc_filtr.h
13
14
link_VARIANTS = flash
15