xref: /illumos-gate/usr/src/boot/efi/libefi/amd64/Makefile (revision 4ac2186d79f65de18b11f2693e78f73b27d5308b)
122028508SToomas Soome#
222028508SToomas Soome# This file and its contents are supplied under the terms of the
322028508SToomas Soome# Common Development and Distribution License ("CDDL"), version 1.0.
422028508SToomas Soome# You may only use this file in accordance with the terms of version
522028508SToomas Soome# 1.0 of the CDDL.
622028508SToomas Soome#
722028508SToomas Soome# A full copy of the text of the CDDL should have accompanied this
822028508SToomas Soome# source.  A copy of the CDDL is also available via the Internet at
922028508SToomas Soome# http://www.illumos.org/license/CDDL.
1022028508SToomas Soome#
1122028508SToomas Soome
1222028508SToomas Soome#
1322028508SToomas Soome# Copyright 2016 Toomas Soome <tsoome@me.com>
1422028508SToomas Soome# Copyright 2016 RackTop Systems.
1522028508SToomas Soome#
1622028508SToomas Soome
1722028508SToomas SoomeMACHINE=	$(MACH64)
1822028508SToomas Soome
1922028508SToomas Soomeall:		libefi.a
2022028508SToomas Soome
21*4ac2186dSToomas SoomeOBJS=	time.o
2222028508SToomas Soomeinclude ../Makefile.com
2322028508SToomas Soome
2422028508SToomas SoomeCFLAGS +=	-m64 $(CFLAGS64)
2522028508SToomas Soome
2622028508SToomas SoomeCLEANFILES +=	machine x86
2722028508SToomas Soome
2822028508SToomas Soome$(OBJS): machine x86
29