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

                                                                      
                                                         



                                                                      
                      
                                                        
 
                    
 
                   

                              
                      







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

dependencies: host-sed
	$(TOPDIR)/toolchain/dependencies/dependencies.sh

dependencies-source:

dependencies-clean:
	rm -f $(SSTRIP_TARGET)

dependencies-dirclean:
	true

#############################################################
#
# Toplevel Makefile options
#
#############################################################
# unconditionally include this one...
TARGETS+=dependencies