diff options
author | Dean Camera <dean@fourwalledcubicle.com> | 2013-04-01 07:39:53 +0000 |
---|---|---|
committer | Dean Camera <dean@fourwalledcubicle.com> | 2013-04-01 07:39:53 +0000 |
commit | 646e63b08944daf0ece6b784eae18cf162601682 (patch) | |
tree | fac1ff0c50577e39b96dc580e534469a4578ca37 /Projects/XPLAINBridge | |
parent | 7dc5295103b29abf3e0038bd06166f0b33c3fdd5 (diff) | |
download | lufa-646e63b08944daf0ece6b784eae18cf162601682.tar.gz lufa-646e63b08944daf0ece6b784eae18cf162601682.tar.bz2 lufa-646e63b08944daf0ece6b784eae18cf162601682.zip |
Add explicit requirements for the AppConfig.h headers in the various project asf.xml files, to prevent breakage with the latest ASF trunk project generator upgrades.
Diffstat (limited to 'Projects/XPLAINBridge')
-rw-r--r-- | Projects/XPLAINBridge/asf.xml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Projects/XPLAINBridge/asf.xml b/Projects/XPLAINBridge/asf.xml index f410b6f2e..91fb72334 100644 --- a/Projects/XPLAINBridge/asf.xml +++ b/Projects/XPLAINBridge/asf.xml @@ -40,6 +40,7 @@ <require idref="lufa.projects.avrispmkii_clone.src"/>
<build type="module-config" subtype="path" value="Config"/>
+ <build type="module-config" subtype="required-header-file" value="AppConfig.h"/>
<build type="header-file" value="Config/AppConfig.h"/>
<build type="header-file" value="Config/LUFAConfig.h"/>
|