26 lines
631 B
Makefile
Raw Normal View History

2017-09-06 19:19:45 +08:00
#
# Copyright (C) 2016 Jiang Yutang <jiangyutang1978@gmail.com>
#
# This is free software, licensed under the GNU General Public License v2.
# See /LICENSE for more information.
#
include $(TOPDIR)/rules.mk
BOARD:=layerscape
BOARDNAME:=NXP Layerscape
DEVICE_TYPE:=developerboard
2017-10-19 22:23:41 +08:00
KERNEL_PATCHVER:=4.9
FEATURES:=squashfs nand usb pcie gpio fpu
2017-10-19 22:23:41 +08:00
SUBTARGETS:=armv8_64b armv8_32b
MAINTAINER:=Yangbo Lu <yangbo.lu@nxp.com>
2017-09-06 19:19:45 +08:00
define Target/Description
2017-10-19 22:23:41 +08:00
Build firmware images for NXP Layerscape based boards.
2017-09-06 19:19:45 +08:00
endef
2017-10-19 22:23:41 +08:00
include $(INCLUDE_DIR)/target.mk
2017-09-06 19:19:45 +08:00
DEFAULT_PACKAGES += kmod-usb3 kmod-usb-dwc3 kmod-usb-storage
$(eval $(call BuildTarget))