Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 331490
b: refs/heads/master
c: e50a622
h: refs/heads/master
v: v3
  • Loading branch information
Andrew Lunn authored and Russell King committed Sep 15, 2012
1 parent 91b32f8 commit eb458ef
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 3 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: a761cebfd7cbeaf9a3a0c6960508ca1daaebb67e
refs/heads/master: e50a622deaf6b1a7dd2b9fb60975dd1d5406db37
9 changes: 7 additions & 2 deletions trunk/arch/arm/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -268,7 +268,12 @@ else
KBUILD_IMAGE := zImage
endif

all: $(KBUILD_IMAGE)
# Build the DT binary blobs if we have OF configured
ifeq ($(CONFIG_USE_OF),y)
KBUILD_DTBS := dtbs
endif

all: $(KBUILD_IMAGE) $(KBUILD_DTBS)

boot := arch/arm/boot

Expand Down Expand Up @@ -306,7 +311,7 @@ define archhelp
echo ' uImage - U-Boot wrapped zImage'
echo ' bootpImage - Combined zImage and initial RAM disk'
echo ' (supply initrd image via make variable INITRD=<path>)'
echo ' dtbs - Build device tree blobs for enabled boards'
echo '* dtbs - Build device tree blobs for enabled boards'
echo ' install - Install uncompressed kernel'
echo ' zinstall - Install compressed kernel'
echo ' uinstall - Install U-Boot wrapped compressed kernel'
Expand Down

0 comments on commit eb458ef

Please sign in to comment.