Makefile 439 B

12345678910111213141516171819202122
  1. #
  2. # Copyright (C) 2009-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:=mpc52xx
  10. BOARDNAME:=Freescale MPC52xx
  11. FEATURES:=targz ext4
  12. LINUX_VERSION:=2.6.30.10
  13. include $(INCLUDE_DIR)/target.mk
  14. define Target/Description
  15. Build images for the Freescale MPC52xx based boards.
  16. endef
  17. $(eval $(call BuildTarget))