Makefile 714 B

1234567891011121314151617181920212223242526272829303132
  1. #
  2. # Copyright (C) 2010 OpenWrt.org
  3. #
  4. # This is free software, licensed under the GNU General Public License v2.
  5. # See /LICENSE for more information.
  6. #
  7. include $(TOPDIR)/rules.mk
  8. ARCH:=powerpc
  9. BOARD:=mpc85xx
  10. BOARDNAME:=Freescale MPC85xx
  11. CPU_TYPE:=8540
  12. FEATURES:=spe_fpu squashfs
  13. MAINTAINER:=Imre Kaloz <kaloz@openwrt.org>
  14. SUBTARGETS=generic p1020
  15. KERNEL_PATCHVER:=3.18
  16. KERNEL_IMAGES := zImage cuImage.tl-wdr4900-v1
  17. include $(INCLUDE_DIR)/target.mk
  18. DEFAULT_PACKAGES += \
  19. kmod-input-core kmod-input-gpio-keys kmod-button-hotplug \
  20. kmod-leds-gpio kmod-booke-wdt \
  21. swconfig kmod-ath9k wpad-mini
  22. define Target/Description
  23. Build images for the Freescale MPC85xx based boards.
  24. endef
  25. $(eval $(call BuildTarget))