Makefile 549 B

1234567891011121314151617181920212223242526
  1. #
  2. # Copyright (C) 2018 Jianhui Zhao <[email protected]>
  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:=samsung
  10. BOARDNAME:=Samsung s3c24xx/s5pv210
  11. SUBTARGETS:=s5pv210
  12. MAINTAINER:=Jianhui Zhao <[email protected]>
  13. KERNEL_PATCHVER:=4.14
  14. define Target/Description
  15. Build firmware images for Samsung s3c24xx/s5pv210 based boards.
  16. endef
  17. include $(INCLUDE_DIR)/target.mk
  18. KERNELNAME:=zImage dtbs
  19. $(eval $(call BuildTarget))