Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 40457
b: refs/heads/master
c: 51342d7
h: refs/heads/master
i:
  40455: 1b2f444
v: v3
  • Loading branch information
Russell King authored and Russell King committed Oct 29, 2006
1 parent cd022e3 commit fc76136
Show file tree
Hide file tree
Showing 2 changed files with 5 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: 9468613b2bb0a386af563953b613efc6c77bd8c1
refs/heads/master: 51342d7126342e1f1a40cd96a5798a3cfd6136eb
6 changes: 4 additions & 2 deletions trunk/arch/arm/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -174,11 +174,13 @@ libs-y := arch/arm/lib/ $(libs-y)

# Default target when executing plain make
ifeq ($(CONFIG_XIP_KERNEL),y)
all: xipImage
KBUILD_IMAGE := xipImage
else
all: zImage
KBUILD_IMAGE := zImage
endif

all: $(KBUILD_IMAGE)

boot := arch/arm/boot

# Update machine arch and proc symlinks if something which affects
Expand Down

0 comments on commit fc76136

Please sign in to comment.