1 # Copyright © 2013, The AROS Development Team. All rights reserved.
4 # Desc: Makefile for mksunxiboot
7 -include $(TOP
)/config
/make.cfg
9 USER_CFLAGS
:= -Wall
-Wunused
-O2
13 MKSUNXIBOOT ?
= mksunxiboot
18 $(MKSUNXIBOOT
) : mksunxiboot.c
19 @
$(MECHO
) "Compiling $(notdir $@)..."
20 @
$(HOST_CC
) $(HOST_CFLAGS
) $(USER_CFLAGS
) $< -o
$@
24 @
$(RM
) -f
$(MKSUNXIBOOT
)