diff options
author | Dean Camera <dean@fourwalledcubicle.com> | 2013-08-14 19:18:16 +0200 |
---|---|---|
committer | Dean Camera <dean@fourwalledcubicle.com> | 2013-08-14 19:18:16 +0200 |
commit | de366fdbe1d7cdb1a46404627492bee678595ba1 (patch) | |
tree | 1c56db0a54df0128615a171d51718cac9ad83278 /Projects/LEDNotifier | |
parent | 82e606eb3b90a9d5c4ca72f2894d2a725ee8c3de (diff) | |
download | lufa-de366fdbe1d7cdb1a46404627492bee678595ba1.tar.gz lufa-de366fdbe1d7cdb1a46404627492bee678595ba1.tar.bz2 lufa-de366fdbe1d7cdb1a46404627492bee678595ba1.zip |
Add host application directories as distributables in Atmel Studio.
Diffstat (limited to 'Projects/LEDNotifier')
-rw-r--r-- | Projects/LEDNotifier/asf.xml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Projects/LEDNotifier/asf.xml b/Projects/LEDNotifier/asf.xml index 81828ea33..fb2edb103 100644 --- a/Projects/LEDNotifier/asf.xml +++ b/Projects/LEDNotifier/asf.xml @@ -30,6 +30,8 @@ <build type="distribute" subtype="user-file" value="LEDNotifier.txt"/>
<build type="distribute" subtype="user-file" value="LUFA LED Notifier.inf"/>
+ <build type="distribute" subtype="directory" value="CPUUsageApp"/>
+ <build type="distribute" subtype="directory" value="LEDMixerApp"/>
<build type="c-source" value="LEDNotifier.c"/>
<build type="c-source" value="Descriptors.c"/>
|