Skip to content

Commit

Permalink
[IA64] move defconfig to arch/ia64/configs/
Browse files Browse the repository at this point in the history
This patch moves the default ia64 defconfig to
arch/ia64/configs/generic_defconfig where it belongs and selects it as
the default defconfig through KBUILD_DEFCONFIG.

Signed-off-by: Adrian Bunk <adrian.bunk@movial.fi>
Signed-off-by: Tony Luck <tony.luck@intel.com>
  • Loading branch information
Adrian Bunk authored and Tony Luck committed Mar 4, 2008
1 parent a6cd632 commit 022f926
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions arch/ia64/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,8 @@
# Copyright (C) 1998-2004 by David Mosberger-Tang <davidm@hpl.hp.com>
#

KBUILD_DEFCONFIG := generic_defconfig

NM := $(CROSS_COMPILE)nm -B
READELF := $(CROSS_COMPILE)readelf

Expand Down
File renamed without changes.

0 comments on commit 022f926

Please sign in to comment.