Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 61825
b: refs/heads/master
c: d72e5ed
h: refs/heads/master
i:
  61823: 168bb8c
v: v3
  • Loading branch information
Sam Ravnborg committed Jul 16, 2007
1 parent 12ce7ef commit a5964b2
Show file tree
Hide file tree
Showing 2 changed files with 17 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: 7015030faf4af623804d63b5345c45fa0cad8b74
refs/heads/master: d72e5edbf4d13adfe489e9e6114a4922891ddcb2
16 changes: 16 additions & 0 deletions trunk/scripts/Makefile.build
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,22 @@ src := $(obj)
PHONY := __build
__build:

# Init all relevant variables used in kbuild files so
# 1) they have correct type
# 2) they do not inherit any value from the environment
obj-y :=
obj-m :=
lib-y :=
lib-m :=
always :=
targets :=
subdir-y :=
subdir-m :=
EXTRA_AFLAGS :=
EXTRA_CFLAGS :=
EXTRA_CPPFLAGS :=
EXTRA_LDFLAGS :=

# Read .config if it exist, otherwise ignore
-include include/config/auto.conf

Expand Down

0 comments on commit a5964b2

Please sign in to comment.