blob: 2f1a58f1c66b187b735c6d7433987e7f435ea53e (
plain)
1
2
3
4
5
6
|
# This file is part of the OpenADK project. OpenADK is copyrighted
# material, please see the LICENCE file in the top-level directory.
# GNU make and BSD make compatible make file wrapper
all v menuconfig download clean cleankernel cleansystem cleandir distclean hostclean hostpackage package:
@./scripts/prereq.sh $@
|