diff options
author | Thomas Gleixner <tglx@linutronix.de> | 2007-11-15 01:11:12 -0500 |
---|---|---|
committer | Thomas Gleixner <tglx@apollo.(none)> | 2007-11-17 10:27:01 -0500 |
commit | d0974b11e0741034fc5d22838b9cb85402a280d6 (patch) | |
tree | c79e4ad927b27e351a53a2179aac80f1f1036400 /Makefile | |
parent | 699d934d5f958d7944d195c03c334f28cc0b3669 (diff) |
Remove x86 merge artifact from top Makefile
The x86 merge modified the tags target to handle the two separate
source directories. Remove it now that i386/x86_64 are gone completely.
Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 7 |
1 files changed, 1 insertions, 6 deletions
@@ -1334,12 +1334,7 @@ else | |||
1334 | ALLINCLUDE_ARCHS := $(ALLSOURCE_ARCHS) | 1334 | ALLINCLUDE_ARCHS := $(ALLSOURCE_ARCHS) |
1335 | endif | 1335 | endif |
1336 | 1336 | ||
1337 | # Take care of arch/x86 | 1337 | ALLSOURCE_ARCHS := $(SRCARCH) |
1338 | ifeq ($(ARCH), $(SRCARCH)) | ||
1339 | ALLSOURCE_ARCHS := $(ARCH) | ||
1340 | else | ||
1341 | ALLSOURCE_ARCHS := $(ARCH) $(SRCARCH) | ||
1342 | endif | ||
1343 | 1338 | ||
1344 | define find-sources | 1339 | define find-sources |
1345 | ( for arch in $(ALLSOURCE_ARCHS) ; do \ | 1340 | ( for arch in $(ALLSOURCE_ARCHS) ; do \ |