esp-idf-bootloader: when binding for esp, skip posix.c
[apeos.git] / GNUmakefile
blob15edc66bbf0a9522ff20499329e2180c21d19d31
1 # Copyright 2018 apeos contributors
3 # apeos main makefile, GNU make
5 # This program is free software; you can redistribute it and/or modify
6 # it under the terms of the GNU General Public License as published by
7 # the Free Software Foundation; either version 3 of the License, or
8 # (at your option) any later version.
10 # This program is distributed in the hope that it will be useful,
11 # but WITHOUT ANY WARRANTY; without even the implied warranty of
12 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
13 # GNU General Public License for more details.
15 # You should have received a copy of the GNU General Public License
16 # along with this program. If not, see <http://www.gnu.org/licenses/>.
18 APEOS_VERSION := $(shell printf "%s" "$(shell git rev-parse HEAD)"; if test -n "$(shell git status -s)"; then printf "%s" -dirty; fi)
19 ifndef MAKE_RESTARTS
20 $(warning APEOS_VERSION="$(APEOS_VERSION)")
21 endif
23 .PHONY: default
24 default: posix
26 # build posix static binary
27 .PHONY: posix
28 posix:
29 $(MAKE) -f posix.mk GCC_PREFIX=arm-linux-musleabihf-