From d95a7917c4468d89ff2c0bb623b92626a29adb6e Mon Sep 17 00:00:00 2001 From: nbd Date: Mon, 2 Apr 2007 12:05:57 +0000 Subject: fix xscale compile (#1495) git-svn-id: svn://svn.openwrt.org/openwrt/trunk@6827 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- target/linux/ixp4xx-2.6/image/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'target/linux/ixp4xx-2.6/image/Makefile') diff --git a/target/linux/ixp4xx-2.6/image/Makefile b/target/linux/ixp4xx-2.6/image/Makefile index 52cca6668a..617bc15c20 100644 --- a/target/linux/ixp4xx-2.6/image/Makefile +++ b/target/linux/ixp4xx-2.6/image/Makefile @@ -11,11 +11,11 @@ define Build/Compile $(MAKE) -C apex \ BUILD_DIR="$(KDIR)" \ TARGET="$(KDIR)" \ - install + compile $(MAKE) -C npe-ucode \ BUILD_DIR="$(KDIR)" \ TARGET="$(KDIR)" \ - install + compile endef define Build/Clean -- cgit v1.2.3