Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 77955
b: refs/heads/master
c: abee8ed
h: refs/heads/master
i:
  77953: c0a485e
  77951: a1c4487
v: v3
  • Loading branch information
WANG Cong authored and Sam Ravnborg committed Jan 28, 2008
1 parent e87243e commit dd1be58
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 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: aff5905778d2fb1826ec623e4b1da3a7ff048ca4
refs/heads/master: abee8ed09a2093299673400a9cd3882f21e8e767
8 changes: 4 additions & 4 deletions trunk/arch/frv/boot/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@

targets := Image zImage bootpImage

SYSTEM =$(TOPDIR)/$(LINUX)
SYSTEM =$(LINUX)

ZTEXTADDR = 0x02080000
PARAMS_PHYS = 0x0207c000
Expand Down Expand Up @@ -45,7 +45,7 @@ zImage: $(CONFIGURE) compressed/$(LINUX)
bootpImage: bootp/bootp
$(OBJCOPY) -O binary -R .note -R .comment -S bootp/bootp $@

compressed/$(LINUX): $(TOPDIR)/$(LINUX) dep
compressed/$(LINUX): $(LINUX) dep
@$(MAKE) -C compressed $(LINUX)

bootp/bootp: zImage initrd
Expand All @@ -59,10 +59,10 @@ initrd:
# installation
#
install: $(CONFIGURE) Image
sh ./install.sh $(KERNELRELEASE) Image $(TOPDIR)/System.map "$(INSTALL_PATH)"
sh ./install.sh $(KERNELRELEASE) Image System.map "$(INSTALL_PATH)"

zinstall: $(CONFIGURE) zImage
sh ./install.sh $(KERNELRELEASE) zImage $(TOPDIR)/System.map "$(INSTALL_PATH)"
sh ./install.sh $(KERNELRELEASE) zImage System.map "$(INSTALL_PATH)"

#
# miscellany
Expand Down

0 comments on commit dd1be58

Please sign in to comment.