forked from mfulz_github/qmk_firmware
		
	Add default "all" makefile targets to the demo tree makefiles.
This commit is contained in:
		
							parent
							
								
									016a4c068a
								
							
						
					
					
						commit
						d29a408ffd
					
				@ -13,6 +13,8 @@
 | 
			
		||||
# custom LUFA library build options are reflected in the compiled
 | 
			
		||||
# code.
 | 
			
		||||
 | 
			
		||||
all:
 | 
			
		||||
 | 
			
		||||
%:
 | 
			
		||||
	$(MAKE) -C ClassDriver $@
 | 
			
		||||
	$(MAKE) -C LowLevel $@
 | 
			
		||||
 | 
			
		||||
@ -13,5 +13,7 @@
 | 
			
		||||
# custom LUFA library build options are reflected in the compiled
 | 
			
		||||
# code.
 | 
			
		||||
 | 
			
		||||
all:
 | 
			
		||||
 | 
			
		||||
%:
 | 
			
		||||
	$(MAKE) -C ClassDriver/ $@
 | 
			
		||||
 | 
			
		||||
@ -13,6 +13,8 @@
 | 
			
		||||
# custom LUFA library build options are reflected in the compiled
 | 
			
		||||
# code.
 | 
			
		||||
 | 
			
		||||
all:
 | 
			
		||||
 | 
			
		||||
%:
 | 
			
		||||
	$(MAKE) -C ClassDriver $@
 | 
			
		||||
	$(MAKE) -C LowLevel $@
 | 
			
		||||
 | 
			
		||||
@ -13,6 +13,8 @@
 | 
			
		||||
# custom LUFA library build options are reflected in the compiled
 | 
			
		||||
# code.
 | 
			
		||||
 | 
			
		||||
all:
 | 
			
		||||
 | 
			
		||||
%:
 | 
			
		||||
	$(MAKE) -C Device $@
 | 
			
		||||
	$(MAKE) -C Host $@
 | 
			
		||||
 | 
			
		||||
@ -194,9 +194,9 @@ CDEFS += -DAUX_LINE_PORT=PORTB
 | 
			
		||||
CDEFS += -DAUX_LINE_PIN=PINB
 | 
			
		||||
CDEFS += -DAUX_LINE_DDR=DDRB
 | 
			
		||||
CDEFS += -DAUX_LINE_MASK="(1 << 4)"
 | 
			
		||||
CDEFS += -DVTARGET_ADC_CHANNEL=2
 | 
			
		||||
CDEFS += -DENABLE_ISP_PROTOCOL
 | 
			
		||||
CDEFS += -DENABLE_XPROG_PROTOCOL
 | 
			
		||||
CDEFS += -DVTARGET_ADC_CHANNEL=2
 | 
			
		||||
CDEFS += -DVTARGET_REF_VOLTS=5
 | 
			
		||||
CDEFS += -DVTARGET_SCALE_FACTOR=1
 | 
			
		||||
#CDEFS += -DNO_VTARGET_DETECT
 | 
			
		||||
 | 
			
		||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user