X-Git-Url: http://git.openwrt.org/?p=openwrt%2Fopenwrt.git;a=blobdiff_plain;f=target%2Flinux%2Fimx6%2FMakefile;h=2a18c44117164323a97572837a07410f0bfe319e;hp=ae6a9b0d5d79b232f1309396552fe611dcf60aa8;hb=HEAD;hpb=092f2c14bd66db1da13f1e8fc714367ab5c00e8a diff --git a/target/linux/imx6/Makefile b/target/linux/imx6/Makefile deleted file mode 100644 index ae6a9b0d5d..0000000000 --- a/target/linux/imx6/Makefile +++ /dev/null @@ -1,25 +0,0 @@ -# -# Copyright (C) 2013-2014 OpenWrt.org -# -# This is free software, licensed under the GNU General Public License v2. -# See /LICENSE for more information. -# -include $(TOPDIR)/rules.mk - -ARCH:=arm -BOARD:=imx6 -BOARDNAME:=Freescale i.MX 6 -FEATURES:=audio display fpu gpio pcie rtc usb usbgadget squashfs targz nand ubifs -CPU_TYPE:=cortex-a9 -CPU_SUBTYPE:=neon -MAINTAINER:=Luka Perkov - -KERNEL_PATCHVER:=4.9 - -include $(INCLUDE_DIR)/target.mk - -KERNELNAME:=zImage dtbs - -DEFAULT_PACKAGES += uboot-envtools - -$(eval $(call BuildTarget))