1 include common
/Makefile.common
3 ifeq ($(DETECTED_OS
),Linux
)
12 $(MAKE
) -C
$(HOST_BINARY
) $@
14 .PHONY
: all clean help
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