mirror of
git://projects.qi-hardware.com/ben-wpan.git
synced 2024-11-05 08:29:20 +02:00
cd59b8524b
- prod/Common: added section titles - prod/Common (begin): new command to set up and check the test environment - prof/atben: call "begin" to set up the test environment - prod/Common (spectrum): added the profile - prod/Makefile: convenience commands, for development - prod/atben: run "identify" after checking the GPIOs - prod/atusb: test script for ATUSB
21 lines
306 B
Makefile
21 lines
306 B
Makefile
#
|
|
# This Makefile just contains a few convenience commands, for development
|
|
#
|
|
|
|
|
|
.PHONY: all ben usb
|
|
|
|
all: ben
|
|
|
|
ben: ben.profile
|
|
./atben net:ben net:jlime
|
|
|
|
usb: usb.profile
|
|
./atusb net:ben usb
|
|
|
|
ben.profile:
|
|
cp ../tools/atrf-path/profile.example $@
|
|
|
|
usb.profile:
|
|
cp ../tools/atrf-path/profile.example $@
|