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

TBLGEN_TABLES :=
TBLGEN_TD_DIR :=

endif