minix/sys/arch/i386/stand/mbr/gptmbr/Makefile
Lionel Sambuc 4684ddb6aa LLVM Minix changes
- import libcxx
 - reduce targets to the one when compiled as a tools

Change-Id: Iabb8427f80ff8e89463559a28bcb8b4f2bdbc496
2014-07-28 17:05:59 +02:00

15 lines
285 B
Makefile

# $NetBSD: Makefile,v 1.3 2011/09/21 18:15:59 jakllsch Exp $
PROG= gptmbr.bin
SRCS= gptmbr.S
AFLAGS.gptmbr.S= ${${ACTIVE_CC} == "clang":?-no-integrated-as:}
.if defined(__MINIX)
AFLAGS.gptmbr.S+= -Wa,--divide
.endif # defined(__MINIX)
.include <../Makefile.mbr>
LOADADDR= 0x600