Blame view

build1/epsilon-master/ion/src/device/bench/Makefile 326 Bytes
6663b6c9   adorian   projet complet av...
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
  objs += $(addprefix ion/src/device/bench/, \
    bench.o \
    command_handler.o \
    command_list.o \
  )
  
  objs += $(addprefix ion/src/device/bench/command/, \
    command.o \
    adc.o \
    backlight.o \
    charge.o \
    display.o \
    exit.o \
    keyboard.o \
    led.o \
    mcu_serial.o \
    ping.o \
    print.o \
    suspend.o \
    vblank.o \
  )