scripts: move footprint scripts to footprint/

Signed-off-by: Anas Nashif <anas.nashif@intel.com>
This commit is contained in:
Anas Nashif 2017-09-02 06:38:51 -04:00 committed by Andrew Boie
parent 3461c8cf59
commit 38625607b1
3 changed files with 2 additions and 2 deletions

View file

@ -968,9 +968,9 @@ $(KERNEL_STAT_NAME): $(KERNEL_BIN_NAME) $(KERNEL_ELF_NAME)
@$(READELF) -e $(KERNEL_ELF_NAME) > $@
ram_report: $(KERNEL_STAT_NAME)
@$(srctree)/scripts/size_report -r -o $(O)
@$(srctree)/scripts/footprint/size_report -r -o $(O)
rom_report: $(KERNEL_STAT_NAME)
@$(srctree)/scripts/size_report -F -o $(O)
@$(srctree)/scripts/footprint/size_report -F -o $(O)
zephyr: $(zephyr-deps) $(KERNEL_BIN_NAME)