4684ddb6aa
- import libcxx - reduce targets to the one when compiled as a tools Change-Id: Iabb8427f80ff8e89463559a28bcb8b4f2bdbc496
14 lines
285 B
Makefile
14 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
|