Root/prod/Makefile

Source at commit 86ea428afcef59fd87407fe10ccd84c7294873a5 created 12 years 10 months ago.
By Werner Almesberger, prod/doc/analysis.html: emphasize that 1 MHz clock is normal without firmware
1#
2# This Makefile just contains a few convenience commands, for development
3#
4
5
6.PHONY: all ben usb flash
7
8all: ben
9
10ben: ben.profile
11    ./atben usb net:ben
12
13usb: usb.profile
14    ./atusb net:ben usb
15
16flash:
17    ./atusb-flash net:ben usb
18
19ben.profile:
20    cp ../tools/atrf-path/profile.example $@
21
22usb.profile:
23    cp ../tools/atrf-path/profile.example $@
24

Archive Download this file



interactive