diff options
author | Olaf Hering <olh@suse.de> | 2005-07-27 14:43:29 -0400 |
---|---|---|
committer | Linus Torvalds <torvalds@g5.osdl.org> | 2005-07-27 19:25:48 -0400 |
commit | 8648373af214d3c74b81e78049a64dad986c1024 (patch) | |
tree | e78dacfee9b3ff237060b7c866ba9f144a1f2d67 /arch/um/Makefile-i386 | |
parent | 4b5c7ae83704320e2afb0912f4c42eadabc7535b (diff) |
[PATCH] uml: readd missing define to arch/um/Makefile-i386
scripts/Makefile.build:13: /Makefile: No such file or directory
scripts/Makefile.build:64: kbuild: Makefile.build is included improperly
the define was removed, but its still required to build some targets.
Signed-off-by: Olaf Hering <olh@suse.de>
Cc: Paolo Giarrusso <blaisorblade@yahoo.it>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
Diffstat (limited to 'arch/um/Makefile-i386')
-rw-r--r-- | arch/um/Makefile-i386 | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/um/Makefile-i386 b/arch/um/Makefile-i386 index 93d0818fa816..a777e57dbf89 100644 --- a/arch/um/Makefile-i386 +++ b/arch/um/Makefile-i386 | |||
@@ -33,6 +33,7 @@ ifneq ($(CONFIG_GPROF),y) | |||
33 | ARCH_CFLAGS += -DUM_FASTCALL | 33 | ARCH_CFLAGS += -DUM_FASTCALL |
34 | endif | 34 | endif |
35 | 35 | ||
36 | SYS_UTIL_DIR := $(ARCH_DIR)/sys-i386/util | ||
36 | SYS_HEADERS := $(SYS_DIR)/sc.h $(SYS_DIR)/thread.h | 37 | SYS_HEADERS := $(SYS_DIR)/sc.h $(SYS_DIR)/thread.h |
37 | 38 | ||
38 | prepare: $(SYS_HEADERS) | 39 | prepare: $(SYS_HEADERS) |