aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authoriap10@labyrinth.cl.cam.ac.uk <iap10@labyrinth.cl.cam.ac.uk>2004-07-14 22:22:57 +0000
committeriap10@labyrinth.cl.cam.ac.uk <iap10@labyrinth.cl.cam.ac.uk>2004-07-14 22:22:57 +0000
commit4e4436e107165c3092f704791e7e69cf0e4a7830 (patch)
tree0bd607a5c295148f321ac20b78aa3015d900a4a9 /Makefile
parent6088c5cb6eaef9a6f5c3c48efc2f56489511c129 (diff)
downloadxen-4e4436e107165c3092f704791e7e69cf0e4a7830.tar.gz
xen-4e4436e107165c3092f704791e7e69cf0e4a7830.tar.bz2
xen-4e4436e107165c3092f704791e7e69cf0e4a7830.zip
bitkeeper revision 1.1093 (40f5b241mxmikY5krWj5CCgZPeipIg)
linux 2.6 Makefile hacks.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile8
1 files changed, 1 insertions, 7 deletions
diff --git a/Makefile b/Makefile
index c528512d13..389ca8234c 100644
--- a/Makefile
+++ b/Makefile
@@ -83,13 +83,7 @@ config-xen%:
else
config-xen%:
$(MAKE) -C $(CDIR) ARCH=xen mrproper
- @[ -e $(LINUX_CONFIG_DIR)/config-$(LINUX_VER)-$(subst config-,,$@) ] \
- && cp $(LINUX_CONFIG_DIR)/config-$(LINUX_VER)-$(subst config-,,$@) \
- $(CDIR)/.config || true
- @[ -e $(CDIR)/arch/xen/defconfig ] || cp \
- $(CDIR)/arch/xen/defconfig-$(subst config-,,$@) \
- $(CDIR)/arch/xen/defconfig
- $(MAKE) -C $(CDIR) ARCH=xen oldconfig
+ $(MAKE) -C $(CDIR) ARCH=xen $(subst config-,,$@)_defconfig
endif
# build the specified linux tree