small image builder change
SVN-Revision: 1768
This commit is contained in:
parent
c2d40028f7
commit
60d1628110
1 changed files with 2 additions and 2 deletions
|
@ -42,7 +42,7 @@ build:
|
|||
if [ -d ./files ]; then \
|
||||
cp -fpR ./files/* $(LINUX_BUILD_DIR)/root; \
|
||||
fi
|
||||
if [ -d ./files.$(BOARD) ]; then \
|
||||
cp -fpR ./files.$(BOARD)/* $(LINUX_BUILD_DIR)/root; \
|
||||
if [ -d ./files.$(LIST) ]; then \
|
||||
cp -fpR ./files.$(LIST)/* $(LINUX_BUILD_DIR)/root; \
|
||||
fi
|
||||
$(MAKE) -S -C image KERNEL="$(KERNEL)" BOARD="$(BOARD)" BIN_DIR="$(BIN_DIR)/$(LIST)" install
|
||||
|
|
Loading…
Reference in a new issue