sparc: bug is in uClibc-ng, is fixed in 1.0.48
[openadk.git] / Makefile
blob04d2c8b88447577fdb7cbc7d01b6c7bdabdf5a3d
1 # This file is part of the OpenADK project. OpenADK is copyrighted
2 # material, please see the LICENCE file in the top-level directory.
4 # GNU make and BSD make compatible make file wrapper
5 MAKECMDGOALS+= ${.TARGETS}
7 PHONY_TARGETS= all v \
8 allmodconfig allnoconfig allyesconfig \
9 help pkg-help dev-help targethelp \
10 kernelconfig savekconfig \
11 image \
12 menuconfig defconfig oldconfig \
13 download \
14 clean cleankernel cleansystem cleandir distclean hostclean \
15 hostpackage fetch package extract patch \
16 dep menu \
17 newpackage \
18 host-update-patches update-patches \
19 info
21 ${PHONY_TARGETS}:
22 @./scripts/prereq.sh ${MAKECMDGOALS}
24 .PHONY: ${PHONY_TARGETS}