From ec269290db46d491ae61adb64b19b3f171b8e2a3 Mon Sep 17 00:00:00 2001 From: Chris Blake Date: Fri, 20 Oct 2017 12:36:25 -0500 Subject: mpc85xx: use new build code style The following moves the mpc85xx target (generic & P1020) to the new build code style. Compile & Flash tested on an Aerohive HiveAP-330. Signed-off-by: Chris Blake Signed-off-by: Mathias Kresin --- target/linux/mpc85xx/generic/profiles/00-default.mk | 15 +++++++++++++++ target/linux/mpc85xx/generic/target.mk | 1 + 2 files changed, 16 insertions(+) create mode 100644 target/linux/mpc85xx/generic/profiles/00-default.mk (limited to 'target/linux/mpc85xx/generic') diff --git a/target/linux/mpc85xx/generic/profiles/00-default.mk b/target/linux/mpc85xx/generic/profiles/00-default.mk new file mode 100644 index 0000000000..67507ace8a --- /dev/null +++ b/target/linux/mpc85xx/generic/profiles/00-default.mk @@ -0,0 +1,15 @@ +# +# This is free software, licensed under the GNU General Public License v2. +# See /LICENSE for more information. +# + +define Profile/Default + NAME:=Default Profile + PRIORITY:=1 +endef + +define Profile/Default/Description + Default package set compatible with most MPC85xx boards. +endef + +$(eval $(call Profile,Default)) diff --git a/target/linux/mpc85xx/generic/target.mk b/target/linux/mpc85xx/generic/target.mk index f8a79a7b90..2620a22899 100644 --- a/target/linux/mpc85xx/generic/target.mk +++ b/target/linux/mpc85xx/generic/target.mk @@ -1,4 +1,5 @@ BOARDNAME:=Generic +KERNELNAME:=cuImage.tl-wdr4900-v1 define Target/Description Build firmware images for generic MPC85xx based boards. -- cgit v1.2.3