diff options
author | nbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2007-04-02 12:05:57 +0000 |
---|---|---|
committer | nbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2007-04-02 12:05:57 +0000 |
commit | d95a7917c4468d89ff2c0bb623b92626a29adb6e (patch) | |
tree | 0362458af8f0f946ab81d4357d39c624fd8d0dcc /target/linux/ixp4xx-2.6/image/Makefile | |
parent | c3d411344787911d91b7fed556a5fe99eff24ebc (diff) |
fix xscale compile (#1495)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@6827 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/ixp4xx-2.6/image/Makefile')
-rw-r--r-- | target/linux/ixp4xx-2.6/image/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
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 |