Makefile 497 B

1234567891011121314151617181920212223242526
  1. #
  2. # Copyright (C) 2006-2009 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:=s3c24xx
  10. BOARDNAME:=Samsung S3C24xx
  11. FEATURES:=jffs2
  12. CFLAGS:=-O2 -pipe -march=armv4t -mtune=arm920t -funit-at-a-time
  13. SUBTARGETS:=openmoko-gta02
  14. LINUX_VERSION:=2.6.30.10
  15. DEVICE_TYPE=phone
  16. define Target/Description
  17. S3C24xx arm
  18. endef
  19. include $(INCLUDE_DIR)/target.mk
  20. $(eval $(call BuildTarget))