aboutsummaryrefslogtreecommitdiffstats
path: root/clear_tblgen_vars.mk
blob: 802e36d05e51e42dcc2a66d1b9e010aa5d2077a2 (plain)
1
2
3
4
5
6
7
# Only use this on the device or emulator.
ifneq ($(TARGET_ARCH),arm)

TBLGEN_TABLES :=
TBLGEN_TD_DIR :=

endif