1
0
mirror of git://projects.qi-hardware.com/ben-wpan.git synced 2024-07-16 13:52:14 +03:00
ben-wpan/prod/Makefile
Werner Almesberger e9d65fbfd3 prod/: added atusb-flash script and adapted infrastructure
- atusb-flash: flash boot loader and application
- Makefile (PHONY, flash): invoke atusb-flash
- Common (REF_EXEC): execute a command on the host with the reference
  device
- Common (_doit, expect, expect_re): moved command execution to separate
  function, for better sharing
- Common (doit): new function for executing a command without grepping
  through its output
- Common (begin): make profile argument optional
2011-05-21 12:13:25 -03:00

24 lines
341 B
Makefile

#
# This Makefile just contains a few convenience commands, for development
#
.PHONY: all ben usb flash
all: ben
ben: ben.profile
./atben usb net:ben
usb: usb.profile
./atusb net:ben usb
flash:
./atusb-flash net:ben usb
ben.profile:
cp ../tools/atrf-path/profile.example $@
usb.profile:
cp ../tools/atrf-path/profile.example $@