mirror of
				https://github.com/asterisk/asterisk.git
				synced 2025-10-31 18:55:19 +00:00 
			
		
		
		
	core: Remove embedded module support
This has not worked for some time and is no longer actively maintained. Change-Id: I5110b0db69c152761b58fa025cb0a53b0e544d99
This commit is contained in:
		
				
					committed by
					
						 Corey Farrell
						Corey Farrell
					
				
			
			
				
	
			
			
			
						parent
						
							39fff2ebf9
						
					
				
				
					commit
					79a2c26c03
				
			| @@ -30,7 +30,7 @@ include $(ASTTOPDIR)/Makefile.moddir_rules | ||||
| clean:: | ||||
| 	rm -f confbridge/*.o confbridge/*.i confbridge/*.gcda confbridge/*.gcno | ||||
|  | ||||
| $(if $(filter app_confbridge,$(EMBEDDED_MODS)),modules.link,app_confbridge.so): $(subst .c,.o,$(wildcard confbridge/*.c)) | ||||
| app_confbridge.so: $(subst .c,.o,$(wildcard confbridge/*.c)) | ||||
| $(subst .c,.o,$(wildcard confbridge/*.c)): _ASTCFLAGS+=$(call MOD_ASTCFLAGS,app_confbridge) | ||||
|  | ||||
| ifneq ($(findstring $(OSARCH), mingw32 cygwin ),) | ||||
|   | ||||
		Reference in New Issue
	
	Block a user