Makefile 470 B

123456789101112131415161718192021222324
  1. #
  2. # Copyright (C) 2006 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:=arm
  9. BOARD:=at91
  10. BOARDNAME:=AT91
  11. FEATURES:=squashfs
  12. define Target/Description
  13. Build fimware images for Figment Design Labs VersaLink board.
  14. endef
  15. include $(INCLUDE_DIR)/kernel-build.mk
  16. #include the profiles
  17. -include profiles/*.mk
  18. KERNELNAME:="uImage"
  19. $(eval $(call BuildKernel))