Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 35478
b: refs/heads/master
c: 6d71627
h: refs/heads/master
v: v3
  • Loading branch information
David Woodhouse committed Sep 24, 2006
1 parent 202055c commit c30ca45
Show file tree
Hide file tree
Showing 2 changed files with 10 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: de78912582bc1f95733d53e0d40779c0cd7b0686
refs/heads/master: 6d71627581e96efb3717960b79fc2167a4617977
9 changes: 9 additions & 0 deletions trunk/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -892,6 +892,15 @@ depend dep:
INSTALL_HDR_PATH=$(objtree)/usr
export INSTALL_HDR_PATH

HDRARCHES=$(filter-out generic,$(patsubst $(srctree)/include/asm-%/Kbuild,%,$(wildcard $(srctree)/include/asm-*/Kbuild)))

PHONY += headers_install_all
headers_install_all: include/linux/version.h
$(Q)unifdef -Ux /dev/null
$(Q)for arch in $(HDRARCHES); do \
$(MAKE) ARCH=$$arch -rR -f $(srctree)/scripts/Makefile.headersinst obj=include BIASMDIR=-bi-$$arch ;\
done

PHONY += headers_install
headers_install: include/linux/version.h
@if [ ! -r include/asm-$(ARCH)/Kbuild ]; then \
Expand Down

0 comments on commit c30ca45

Please sign in to comment.