Makefile 564 B

12345678
  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. # GNU make and BSD make compatible make file wrapper
  4. MAKECMDGOALS+= ${.TARGETS}
  5. all v allmodconfig allnoconfig allyesconfig help pkg-help dev-help targethelp kernelconfig savekconfig image menuconfig defconfig oldconfig download clean cleankernel cleansystem cleandir distclean hostclean hostpackage fetch package extract patch dep menu newpackage host-update-patches update-patches info:
  6. @./scripts/prereq.sh ${MAKECMDGOALS}