Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 8309
b: refs/heads/master
c: f64a227
h: refs/heads/master
i:
  8307: 42b591e
v: v3
  • Loading branch information
Sam Ravnborg committed Sep 9, 2005
1 parent fbe0dda commit 89d409c
Show file tree
Hide file tree
Showing 3 changed files with 18 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: 0037c78a96bb391635bff103d401c24459c5092d
refs/heads/master: f64a227b6b5cc1f8cc7f6ef9cc3351343636bac9
16 changes: 16 additions & 0 deletions trunk/arch/um/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -197,6 +197,22 @@ define filechk_umlconfig
sed 's/ CONFIG/ UML_CONFIG/'
endef

define filechk_gen-asm-offsets
(set -e; \
echo "#ifndef __ASM_OFFSETS_H__"; \
echo "#define __ASM_OFFSETS_H__"; \
echo "/*"; \
echo " * DO NOT MODIFY."; \
echo " *"; \
echo " * This file was generated by arch/$(ARCH)/Makefile"; \
echo " *"; \
echo " */"; \
echo ""; \
sed -ne "/^->/{s:^->\([^ ]*\) [\$$#]*\([^ ]*\) \(.*\):#define \1 \2 /* \3 */:; s:->::; p;}"; \
echo ""; \
echo "#endif" )
endef

$(ARCH_DIR)/include/uml-config.h : include/linux/autoconf.h
$(call filechk,umlconfig)

Expand Down
1 change: 1 addition & 0 deletions trunk/arch/um/kernel/asm-offsets.c
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
/* Dummy file to make kbuild happy - unused! */

0 comments on commit 89d409c

Please sign in to comment.