fix xscale compile (#1495)
[openwrt.git] / target / linux / ixp4xx-2.6 / image / Makefile
index 52cca66..617bc15 100644 (file)
@@ -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