Files
2022-08-30 23:51:36 +02:00

6 lines
119 B
Makefile

LOCAL_PATH := $(call my-dir)
ifeq ($(TARGET_DEVICE), austin)
include $(call all-subdir-makefiles,$(LOCAL_PATH))
endif