X-Git-Url: http://git.openwrt.org/?p=openwrt%2Fopenwrt.git;a=blobdiff_plain;f=target%2Flinux%2Fppc40x%2FMakefile;h=ebe09988a8e1f90d26c4a7bae0ac189378d193fd;hp=257fd3fd69753d9b836d6f3b07bbc729ec9f2111;hb=HEAD;hpb=e82dce69a3a7d30c1a7406309c922e994b6ff639 diff --git a/target/linux/ppc40x/Makefile b/target/linux/ppc40x/Makefile deleted file mode 100644 index 257fd3fd69..0000000000 --- a/target/linux/ppc40x/Makefile +++ /dev/null @@ -1,23 +0,0 @@ -# -# Copyright (C) 2008 OpenWrt.org -# -# This is free software, licensed under the GNU General Public License v2. -# See /LICENSE for more information. -# -include $(TOPDIR)/rules.mk - -ARCH:=powerpc -BOARD:=ppc40x -BOARDNAME:=AMCC/IBM PPC40x -FEATURES:=squashfs - -LINUX_VERSION:=2.6.27.21 -LINUX_KARCH:=powerpc - -include $(INCLUDE_DIR)/target.mk - -define Target/Description - Build firmware images for the AMCC Kilauea evaluation board -endef - -$(eval $(call BuildTarget))