1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19
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 \ suspend.o \ )