Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 191565
b: refs/heads/master
c: f3cb31e
h: refs/heads/master
i:
  191563: e150d00
v: v3
  • Loading branch information
Hendrik Brueckner authored and Martin Schwidefsky committed May 17, 2010
1 parent 5e72e92 commit d865594
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: a78f1c4c1dc4b9dedd17c46dd414f26c7bf1e503
refs/heads/master: f3cb31e495668eae568c584c666631e26c68bdea
6 changes: 6 additions & 0 deletions trunk/arch/s390/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -116,6 +116,12 @@ image bzImage: vmlinux
zfcpdump:
$(Q)$(MAKE) $(build)=$(boot) $(boot)/$@

vdso_install:
ifeq ($(CONFIG_64BIT),y)
$(Q)$(MAKE) $(build)=arch/$(ARCH)/kernel/vdso64 $@
endif
$(Q)$(MAKE) $(build)=arch/$(ARCH)/kernel/vdso32 $@

archclean:
$(Q)$(MAKE) $(clean)=$(boot)

Expand Down

0 comments on commit d865594

Please sign in to comment.