summaryrefslogblamecommitdiffstats
path: root/toolchain/dependencies/dependencies.mk
blob: b18ffc050b00c0ee30ff80f2d2ad0cba3e9cc319 (plain) (tree)
1
2
3
4
5
6
7
8

                                                                      
                                                         



                                                                      
                                


                                                                
 
                    
 
                   

                              
                      






                                                             

                    
######################################################################
#
# Check buildroot dependencies and bail out if the user's
# system is judged to be lacking....
#
######################################################################

dependencies: host-sed host-lzma
	@HOSTCC="$(firstword $(HOSTCC))" MAKE="$(MAKE)" \
		HOST_SED_DIR="$(HOST_SED_DIR)" \
		$(TOPDIR)/toolchain/dependencies/dependencies.sh

dependencies-source:

dependencies-clean:
	rm -f $(SSTRIP_TARGET)

dependencies-dirclean:
	true

#############################################################
#
# Toplevel Makefile options
#
#############################################################
.PHONY: dependencies