Makefile (2a50712eca8f04397e049ed7e09e11842b4c1348) | Makefile (73845350b6281a7afeeb279475e6eb613d7a89f9) |
---|---|
1VERSION = 2015 2PATCHLEVEL = 01 3SUBLEVEL = 4EXTRAVERSION = 5NAME = 6 7# *DOCUMENTATION* 8# To see a list of typical targets execute "make help" --- 762 unchanged lines hidden (view full) --- 771all: $(ALL-y) 772ifneq ($(CONFIG_SYS_GENERIC_BOARD),y) 773 @echo "===================== WARNING ======================" 774 @echo "Please convert this board to generic board." 775 @echo "Otherwise it will be removed by the end of 2014." 776 @echo "See doc/README.generic-board for further information" 777 @echo "====================================================" 778endif | 1VERSION = 2015 2PATCHLEVEL = 01 3SUBLEVEL = 4EXTRAVERSION = 5NAME = 6 7# *DOCUMENTATION* 8# To see a list of typical targets execute "make help" --- 762 unchanged lines hidden (view full) --- 771all: $(ALL-y) 772ifneq ($(CONFIG_SYS_GENERIC_BOARD),y) 773 @echo "===================== WARNING ======================" 774 @echo "Please convert this board to generic board." 775 @echo "Otherwise it will be removed by the end of 2014." 776 @echo "See doc/README.generic-board for further information" 777 @echo "====================================================" 778endif |
779ifeq ($(CONFIG_DM_I2C_COMPAT),y) 780 @echo "===================== WARNING ======================" 781 @echo "This board uses CONFIG_DM_I2C_COMPAT. Please remove" 782 @echo "(possibly in a subsequent patch in your series)" 783 @echo "before sending patches to the mailing list." 784 @echo "====================================================" 785endif |
|
779 780PHONY += dtbs 781dtbs dts/dt.dtb: checkdtc u-boot 782 $(Q)$(MAKE) $(build)=dts dtbs 783 784u-boot-dtb.bin: u-boot.bin dts/dt.dtb FORCE 785 $(call if_changed,cat) 786 --- 710 unchanged lines hidden --- | 786 787PHONY += dtbs 788dtbs dts/dt.dtb: checkdtc u-boot 789 $(Q)$(MAKE) $(build)=dts dtbs 790 791u-boot-dtb.bin: u-boot.bin dts/dt.dtb FORCE 792 $(call if_changed,cat) 793 --- 710 unchanged lines hidden --- |