aboutsummaryrefslogtreecommitdiffstats
path: root/LUFA/StudioIntegration
diff options
context:
space:
mode:
authorDean Camera <dean@fourwalledcubicle.com>2013-04-01 07:39:53 +0000
committerDean Camera <dean@fourwalledcubicle.com>2013-04-01 07:39:53 +0000
commit646e63b08944daf0ece6b784eae18cf162601682 (patch)
treefac1ff0c50577e39b96dc580e534469a4578ca37 /LUFA/StudioIntegration
parent7dc5295103b29abf3e0038bd06166f0b33c3fdd5 (diff)
downloadlufa-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 'LUFA/StudioIntegration')
-rw-r--r--LUFA/StudioIntegration/makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/LUFA/StudioIntegration/makefile b/LUFA/StudioIntegration/makefile
index 9dee43797..207d7d049 100644
--- a/LUFA/StudioIntegration/makefile
+++ b/LUFA/StudioIntegration/makefile
@@ -83,4 +83,7 @@ check_filenames: $(MODULE_OUTPUT_XML)
done;
@echo Verified referenced filenames of ASF.xml modules.
+sanity_check:
+ python ProjectGenerator/project_generator.py -b $(LUFA_ROOT)/../ --main-ext-uuid=0e160d5c-e331-48d9-850b-e0387912171b CHECK
+
.PHONY: all clean generate_xml generate_vsix check_filenames