X-Git-Url: https://git.libre-soc.org/?p=mesa.git;a=blobdiff_plain;f=src%2Fmapi%2FMakefile.sources;h=4b83caa8ed2b0c0aba6a1471c6b819e261a24047;hp=07063f390c9ac030ab143b11a3714409f1efd9f2;hb=HEAD;hpb=9385c592c68e7304cd9084fe17f27ec17319cdcf diff --git a/src/mapi/Makefile.sources b/src/mapi/Makefile.sources index 07063f390c9..4b83caa8ed2 100644 --- a/src/mapi/Makefile.sources +++ b/src/mapi/Makefile.sources @@ -2,9 +2,6 @@ # # mapi may be used in several ways # -# - In default mode, mapi implements the interface defined by mapi.h. To use -# this mode, compile MAPI_FILES. -# # - In util mode, mapi provides utility functions for use with glapi. To use # this mode, compile MAPI_UTIL_FILES with MAPI_MODE_UTIL defined. # @@ -26,18 +23,10 @@ MAPI_BRIDGE_FILES = \ entry_x86-64_tls.h \ entry_x86_tls.h \ entry_x86_tsd.h \ + entry_ppc64le_tls.h \ + entry_ppc64le_tsd.h \ mapi_tmp.h -MAPI_FILES = \ - entry.c \ - mapi.c \ - mapi.h \ - stub.c \ - stub.h \ - table.c \ - table.h \ - $(MAPI_UTIL_FILES) - MAPI_GLAPI_FILES = \ entry.c \ mapi_glapi.c \