Makefile 553 B

123456789101112131415161718192021222324252627
  1. #
  2. # Copyright (C) 2006-2008 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. #Add target specific (nommu) flags
  9. TARGET_CFLAGS+= -DNO_FORK
  10. ARCH:=ubicom32
  11. BOARD:=ubicom32
  12. BOARDNAME:=Ubicom IPxx
  13. FEATURES:=nommu ramdisk
  14. LINUX_VERSION:=2.6.28.10
  15. include $(INCLUDE_DIR)/target.mk
  16. KERNEL_MAKEOPTS += LDFLAGS_BUILD_ID=""
  17. define Target/Description
  18. Build firmware images for Ubicom based routers and media devices.
  19. endef
  20. $(eval $(call BuildTarget))