1 include common/Makefile.common
3 ifeq ($(DETECTED_OS),Linux)
12 $(MAKE) -C $(HOST_BINARY) $@
14 .PHONY: all clean help _test
16 @echo Multi-OS Makefile, you are running on $(DETECTED_OS)
17 @echo Possible targets:
18 @echo + all - Make bootrom, armsrc and the OS-specific host directory
19 @echo + clean - Clean in bootrom, armsrc and the OS-specific host directory
21 # Dummy target to test for GNU make availability