diff options
author | Nicolas Thill <nico@openwrt.org> | 2009-12-21 03:26:09 +0000 |
---|---|---|
committer | Nicolas Thill <nico@openwrt.org> | 2009-12-21 03:26:09 +0000 |
commit | 95e0fd88c30f0ab3e880ee83ee6a3ded8b4f1805 (patch) | |
tree | af2d35815de13aabba03e9bec0757c3409b04776 /target/linux/mpc52xx/Makefile | |
parent | f1f5ea2739d9285bc2d7ab6376fee58b70ec0d89 (diff) | |
download | upstream-95e0fd88c30f0ab3e880ee83ee6a3ded8b4f1805.tar.gz upstream-95e0fd88c30f0ab3e880ee83ee6a3ded8b4f1805.tar.bz2 upstream-95e0fd88c30f0ab3e880ee83ee6a3ded8b4f1805.zip |
remove redundant LINUX_KARCH variables
SVN-Revision: 18871
Diffstat (limited to 'target/linux/mpc52xx/Makefile')
-rw-r--r-- | target/linux/mpc52xx/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/target/linux/mpc52xx/Makefile b/target/linux/mpc52xx/Makefile index 35930bc2a9..8e2a8cdaa6 100644 --- a/target/linux/mpc52xx/Makefile +++ b/target/linux/mpc52xx/Makefile @@ -12,7 +12,6 @@ BOARDNAME:=Freescale MPC52xx FEATURES:=tgz ext2 LINUX_VERSION:=2.6.30.10 -LINUX_KARCH:=powerpc include $(INCLUDE_DIR)/target.mk |