Fix mistakes in the board XML module file paths.
This commit is contained in:
		
							parent
							
								
									cae97e1ac3
								
							
						
					
					
						commit
						cff8a751bb
					
				
					 2 changed files with 6 additions and 5 deletions
				
			
		| 
						 | 
				
			
			@ -86,7 +86,7 @@
 | 
			
		|||
				<device-support value="atmega32u2"/>
 | 
			
		||||
				<build type="define" name="BOARD" value="BOARD_DUCE"/>
 | 
			
		||||
 | 
			
		||||
				<build type="header-file" value="Drivers/Board/AVR8/CULV3/LEDs.h"/>
 | 
			
		||||
				<build type="header-file" value="Drivers/Board/AVR8/DUCE/LEDs.h"/>
 | 
			
		||||
			</module>
 | 
			
		||||
 | 
			
		||||
			<module type="driver" id="lufa.drivers.board#evk527" caption="EVK527">
 | 
			
		||||
| 
						 | 
				
			
			@ -106,8 +106,8 @@
 | 
			
		|||
				<device-support value="atmega32u2"/>
 | 
			
		||||
				<build type="define" name="BOARD" value="BOARD_JMDBU2"/>
 | 
			
		||||
 | 
			
		||||
				<build type="header-file" value="Drivers/Board/AVR8/EVK527/Buttons.h"/>
 | 
			
		||||
				<build type="header-file" value="Drivers/Board/AVR8/EVK527/LEDs.h"/>
 | 
			
		||||
				<build type="header-file" value="Drivers/Board/AVR8/JMDBU2/Buttons.h"/>
 | 
			
		||||
				<build type="header-file" value="Drivers/Board/AVR8/JMDBU2/LEDs.h"/>
 | 
			
		||||
			</module>
 | 
			
		||||
 | 
			
		||||
			<module type="driver" id="lufa.drivers.board#leonardo" caption="LEONARDO">
 | 
			
		||||
| 
						 | 
				
			
			@ -233,8 +233,8 @@
 | 
			
		|||
				<device-support value="at90usb162"/>
 | 
			
		||||
				<build type="define" name="BOARD" value="BOARD_OLIMEXISPMK2"/>
 | 
			
		||||
 | 
			
		||||
				<build type="header-file" value="Drivers/Board/AVR8/OLIMEX32U4/LEDs.h"/>
 | 
			
		||||
				<build type="header-file" value="Drivers/Board/AVR8/OLIMEX32U4/Buttons.h"/>
 | 
			
		||||
				<build type="header-file" value="Drivers/Board/AVR8/OLIMEXISPMK2/LEDs.h"/>
 | 
			
		||||
				<build type="header-file" value="Drivers/Board/AVR8/OLIMEXISPMK2/Buttons.h"/>
 | 
			
		||||
			</module>
 | 
			
		||||
 | 
			
		||||
			<module type="driver" id="lufa.drivers.board#olimex_t32u4" caption="OLIMEX_T32U4">
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
| 
						 | 
				
			
			@ -73,6 +73,7 @@ check_filenames: $(TEMP_MANIFEST_XML)
 | 
			
		|||
	@for i in `xsltproc XSLT/lufa_filelist_transform.xslt $< | grep -v "^<" | sed -e "/^$$/d"`; do \
 | 
			
		||||
		if ( ! test -f "$(LUFA_ROOT)/$$i" ); then \
 | 
			
		||||
			echo "Source file $$i does not exist!"; \
 | 
			
		||||
			exit 1; \
 | 
			
		||||
		fi; \
 | 
			
		||||
	done;
 | 
			
		||||
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue