diff options
author | Eric Anholt <[email protected]> | 2013-09-25 15:41:46 -0700 |
---|---|---|
committer | Eric Anholt <[email protected]> | 2013-09-26 16:29:39 -0700 |
commit | 1c904466aa3a1914b42bc6d7fed6f458dba985c0 (patch) | |
tree | 0ea29918adbf6e1f611c9971db16d374492b1584 /src/mesa/program | |
parent | fe2528c0b69d5719b15d926ada9424cac7569b9c (diff) |
mesa: Remove some remaining FEATURE_* detritus.
Reviewed-by: Matt Turner <[email protected]>
Reviewed-by: Kenneth Graunke <[email protected]>
Diffstat (limited to 'src/mesa/program')
-rw-r--r-- | src/mesa/program/Android.mk | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/mesa/program/Android.mk b/src/mesa/program/Android.mk index 3f974ea2729..29a1b6a6373 100644 --- a/src/mesa/program/Android.mk +++ b/src/mesa/program/Android.mk @@ -71,9 +71,6 @@ $(intermediates)/program/program_parse.tab.h: $(intermediates)/program/program_p $(intermediates)/program/lex.yy.c: $(LOCAL_PATH)/program_lexer.l $(local-l-to-c) -LOCAL_CFLAGS := \ - $(patsubst %,-DFEATURE_%=1,$(MESA_ENABLED_APIS)) - LOCAL_C_INCLUDES := \ $(intermediates) \ $(MESA_TOP)/src/mapi \ |