History log of /fuchsia/zircon/system/ulib/gpt/rules.mk
Revision Date Author Comments
# cb059954 15-Jun-2018 Annie Cherkaev <anniecherk@google.com>

[ulib][gpt] Compile with -fvisibility=hidden

ZX-1895 #comment Converted gpt

Change-Id: I90bbcb3f20208e457c4ea7262daf104485d143f8


# bda85a2a 31-Aug-2017 Todd Eisenberger <teisenbe@google.com>

[gpt] Add support for using CrOS partition attributes

This adds library support for getting/setting the attributes, and
updates the gpt command to dump them.

Change-Id: I0f4d68de416331c7b4e8f1e80e9cfb5df2df6540


# 16656ae0 05-Apr-2017 Brian Swetland <swetland@google.com>

[build] flatten the build

Previously we treated kernel/, system/, and third_party/ as
overlays on a shared namespace. This required the concept
of "canonical" module names, and a lot of complexity to ensure
that things didn't collide and the build worked.

This change gets rid of that, no longer passes -I to make,
so that include directives from our *.mk files do not magically
wildcard across various paths, etc.

The most user-visible change is that everywhere where a module
name is specified (MODULE_DEPS, MODULE_LIBS, etc), full module
names like kernel/lib/io or system/ulib/mxio must be used instead
of previously-allowed "short" names like lib/io and ulib/mxio.

The build output still has a similar shape, but the first segment
of the module path (kernel/, system/, or third_party/) is no
longer elided under $(BUILDDIR)

Change-Id: I525aba1da1c86eb7a86007bddc669f7eeebfedd5


# 12242caa 07-Mar-2017 Brian Swetland <swetland@google.com>

[build][musl] refer to musl libc as ulib/c

This makes the build rules and the intermediate
output files easier to understand, without having
to modify the path where musl libc lives.

The biggest observeable difference is the build
intermediate files:

$ ls build-magenta-pc-x86-64/ulib/c
config-module.h libc.abi.h libc.abi.stamp libc.so libc.so.id libc.so.strip
libc.a libc.abi.o libc.a.opts libc.so.abi libc.so.opts third_party

which previously were at build-magenta-pc-x86/ulib/musl
and named libmusl.*

and the replacing of ulib/musl with ulib/c in the library
dependencies of all the rules.mk files (the vast bulk of
this change)

Change-Id: If9c5d522099d2c9ac5bdb666b8e67a2eb3d316ee


# 95149387 29-Sep-2016 Brian Swetland <swetland@google.com>

[build] do not export libacpisvc and libgpt

These are not public APIs.

Change-Id: I3415e466dba98d173bf6a843f24075f68affb2a1


# 1900a35c 26-Aug-2016 Brian Swetland <swetland@google.com>

[magenta] migrate from libddk to magenta/device headers

Change-Id: I91a8df001043635fa595d6fed1a6d6f092fc6b3e


# 66a201f1 16-Aug-2016 Brian Swetland <swetland@frotz.net>

[system] align license and license banners with Fuchsia

This adjusts the Magenta userspace code to match the prevailing
license in Fuchsia (three-clause BSD), using the same banner
and license text.

Change-Id: I6b6d79435c5dbaa32027888874849e4f47aaa7be


# 601836c8 05-Aug-2016 Yvonne Yip <yky@google.com>

[ulib] add gpt manipulation library and utility

Change-Id: I2f9bb765fd26f97e2e88dc239bc2ab43d6e3af00