--- R29/drivers/ixp400/Makefile 2004-03-24 19:55:35.000000000 +0000 +++ R63/drivers/ixp400/Makefile 2005-08-30 06:03:11.000000000 +0100 @@ -79,7 +79,7 @@ # # -- End Intel/GPL Copyright Notice -- -include $(ROOTDIR)/IXP400lib/ixp400_xscale_sw/buildUtils/environment.linux +#include $(ROOTDIR)/IXP400lib/ixp400_xscale_sw/buildUtils/environment.linux # IX_XSCALE_SW=$(ROOTDIR)/IXP400lib/ixp400_xscale_sw/ # The kernel makefiles override the value of CFLAGS on the make # commandline. Because the xscale_sw makefile is supposed to be @@ -135,13 +135,13 @@ # The dependency on modversions.h is needed here so it'll be built for # us in a 'make modules'. build_ixp400_modules: force $(TOPDIR)/include/linux/modversions.h - cd $(IX_XSCALE_SW); $(MAKE) IX_NOSYM=1 $(REAL_IXP400_MODULES:$(IX_XSCALE_SW)/%=%) +# cd $(IX_XSCALE_SW); $(MAKE) IX_NOSYM=1 $(REAL_IXP400_MODULES:$(IX_XSCALE_SW)/%=%) # After building the modules, we copy them to this directory as that's # where the kernel makefiles expect to find them. We can't use # symlinks, as Jungo's 'make ramdisk' rule would just copy the links. $(IXP400_MODULES): $(REAL_IXP400_MODULES) - cp $(IX_XSCALE_SW)/lib/linuxbe/$@ $@ +# cp $(IX_XSCALE_SW)/lib/linuxbe/$@ $@ # This macro is the interface to the rules in $(TOPDIR)/Rules.make. It # contains the names of all module files that can be built in this