there's no reason to have these generic files in the bin dir either
SVN-Revision: 36852
This commit is contained in:
parent
28e8b8dc05
commit
799bdc990a
1 changed files with 0 additions and 11 deletions
|
@ -26,16 +26,6 @@ ERASE_SIZE_64K:=64
|
||||||
JFFS2_BLOCKSIZE:=64k 128k
|
JFFS2_BLOCKSIZE:=64k 128k
|
||||||
|
|
||||||
|
|
||||||
###
|
|
||||||
### Image/Prepare
|
|
||||||
###
|
|
||||||
|
|
||||||
define Image/Prepare
|
|
||||||
### Dummy comment for indented calls of Image/Prepare
|
|
||||||
cp '$(LINUX_DIR)/arch/arm/boot/zImage' '$(BIN_DIR)/$(IMG_PREFIX)-zImage'
|
|
||||||
endef
|
|
||||||
|
|
||||||
|
|
||||||
###
|
###
|
||||||
### Image/BuildKernel
|
### Image/BuildKernel
|
||||||
###
|
###
|
||||||
|
@ -126,7 +116,6 @@ endef
|
||||||
|
|
||||||
define Image/Build/squashfs
|
define Image/Build/squashfs
|
||||||
$(call prepare_generic_squashfs,$(KDIR)/root.squashfs)
|
$(call prepare_generic_squashfs,$(KDIR)/root.squashfs)
|
||||||
cp '$(KDIR)/root.squashfs' '$(BIN_DIR)/$(IMG_PREFIX)-root.squashfs'
|
|
||||||
endef
|
endef
|
||||||
|
|
||||||
## generate defines for all JFFS2 block sizes
|
## generate defines for all JFFS2 block sizes
|
||||||
|
|
Loading…
Reference in a new issue