9
0
Fork 0

add dependency to include/uboot_default_env.h for startup.c

This commit is contained in:
Sascha Hauer 2007-10-04 13:03:18 +02:00
parent e31b42385b
commit a680c7f158
1 changed files with 3 additions and 0 deletions

View File

@ -16,6 +16,9 @@ obj-y += misc.o
obj-y += memsize.o
ifdef CONFIG_DEFAULT_ENVIRONMENT_PATH
startup.o: include/uboot_default_env.h
include/uboot_default_env.h: $(shell find $(CONFIG_DEFAULT_ENVIRONMENT_PATH) -type f)
$(Q)scripts/ubootenv -s $(CONFIG_DEFAULT_ENVIRONMENT_PATH) uboot_default_env
$(Q)cat uboot_default_env | scripts/bin2c default_environment > $@