|
@@ -821,6 +821,8 @@ append = cat $(filter-out $< $(PHONY), $^) >> $@
|
|
quiet_cmd_pad_cat = CAT $@
|
|
quiet_cmd_pad_cat = CAT $@
|
|
cmd_pad_cat = $(cmd_objcopy) && $(append) || rm -f $@
|
|
cmd_pad_cat = $(cmd_objcopy) && $(append) || rm -f $@
|
|
|
|
|
|
|
|
+cfg: u-boot.cfg
|
|
|
|
+
|
|
all: $(ALL-y)
|
|
all: $(ALL-y)
|
|
ifeq ($(CONFIG_DM_I2C_COMPAT)$(CONFIG_SANDBOX),y)
|
|
ifeq ($(CONFIG_DM_I2C_COMPAT)$(CONFIG_SANDBOX),y)
|
|
@echo "===================== WARNING ======================"
|
|
@echo "===================== WARNING ======================"
|
|
@@ -1527,6 +1529,7 @@ help:
|
|
@echo ' cscope - Generate cscope index'
|
|
@echo ' cscope - Generate cscope index'
|
|
@echo ' ubootrelease - Output the release version string (use with make -s)'
|
|
@echo ' ubootrelease - Output the release version string (use with make -s)'
|
|
@echo ' ubootversion - Output the version stored in Makefile (use with make -s)'
|
|
@echo ' ubootversion - Output the version stored in Makefile (use with make -s)'
|
|
|
|
+ @echo " cfg - Don't build, just create the .cfg files"
|
|
@echo ''
|
|
@echo ''
|
|
@echo 'Static analysers'
|
|
@echo 'Static analysers'
|
|
@echo ' checkstack - Generate a list of stack hogs'
|
|
@echo ' checkstack - Generate a list of stack hogs'
|