Skip to content

Commit

Permalink
x86_64: simplify oprofile build
Browse files Browse the repository at this point in the history
Instead of copying the i386 Makefile and handling path substitutions
just use the i386 oprofile Makefile.

Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
  • Loading branch information
Thomas Gleixner committed Oct 11, 2007
1 parent bbf2501 commit 04c1717
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 20 deletions.
2 changes: 1 addition & 1 deletion arch/x86_64/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ core-y += arch/x86_64/kernel/ \
arch/x86_64/vdso/
core-$(CONFIG_IA32_EMULATION) += arch/x86_64/ia32/
drivers-$(CONFIG_PCI) += arch/x86_64/pci/
drivers-$(CONFIG_OPROFILE) += arch/x86_64/oprofile/
drivers-$(CONFIG_OPROFILE) += arch/i386/oprofile/

boot := arch/x86_64/boot

Expand Down
19 changes: 0 additions & 19 deletions arch/x86_64/oprofile/Makefile

This file was deleted.

0 comments on commit 04c1717

Please sign in to comment.