Makefile 572 B

123456789101112131415161718192021222324
  1. # This file is part of the OpenADK project. OpenADK is copyrighted
  2. # material, please see the LICENCE file in the top-level directory.
  3. include $(ADK_TOPDIR)/rules.mk
  4. PKG_NAME:= aboot
  5. PKG_VERSION:= 1.0
  6. PKG_RELEASE:= 1
  7. PKG_DESCR:= srm boot loader for alpha machines
  8. PKG_SECTION:= base/boot
  9. NO_DISTFILES:= 1
  10. PKG_ARCH_DEPENDS:= alpha
  11. include $(ADK_TOPDIR)/mk/package.mk
  12. $(eval $(call PKG_template,ABOOT,aboot,$(PKG_VERSION)-$(PKG_RELEASE),$(PKG_DEPENDS),$(PKG_DESCR),$(PKG_SECTION)))
  13. CONFIG_STYLE:= manual
  14. aboot-install:
  15. include $(ADK_TOPDIR)/mk/pkg-bottom.mk