diff options
author | Chris Blake <chrisrblake93@gmail.com> | 2017-10-20 12:36:25 -0500 |
---|---|---|
committer | Mathias Kresin <dev@kresin.me> | 2017-10-25 09:21:54 +0200 |
commit | ec269290db46d491ae61adb64b19b3f171b8e2a3 (patch) | |
tree | 91602b2a24759dd57794878f1afb0f7769dbda92 /target/linux/mpc85xx/Makefile | |
parent | dcf62cb24efb2fd69eca921085c3f4306e76e8a2 (diff) | |
download | upstream-ec269290db46d491ae61adb64b19b3f171b8e2a3.tar.gz upstream-ec269290db46d491ae61adb64b19b3f171b8e2a3.tar.bz2 upstream-ec269290db46d491ae61adb64b19b3f171b8e2a3.zip |
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 <chrisrblake93@gmail.com>
Signed-off-by: Mathias Kresin <dev@kresin.me>
Diffstat (limited to 'target/linux/mpc85xx/Makefile')
-rw-r--r-- | target/linux/mpc85xx/Makefile | 9 |
1 files changed, 1 insertions, 8 deletions
diff --git a/target/linux/mpc85xx/Makefile b/target/linux/mpc85xx/Makefile index 8428bec6bc..b181e67c0e 100644 --- a/target/linux/mpc85xx/Makefile +++ b/target/linux/mpc85xx/Makefile @@ -16,17 +16,10 @@ SUBTARGETS:=generic p1020 KERNEL_PATCHVER:=4.9 -define Target/Description - Build images for the Freescale MPC85xx based boards. -endef +KERNELNAME:=zImage include $(INCLUDE_DIR)/target.mk -KERNEL_IMAGES := zImage -ifeq ($(SUBTARGET),generic) -KERNEL_IMAGES += cuImage.tl-wdr4900-v1 -endif - DEFAULT_PACKAGES += \ kmod-input-core kmod-input-gpio-keys kmod-button-hotplug \ kmod-leds-gpio swconfig kmod-ath9k wpad-mini |