# SPDX-License-Identifier: GPL-2.0
# Copyright (C) 2023 JELOS (https://github.com/JustEnoughLinuxOS)

export

MALI_KBASE_SRC_DIR = $(CURDIR)/product/kernel/drivers/gpu/arm/midgard

all:
	$(MAKE) -C $(MALI_KBASE_SRC_DIR) all

clean:
	$(MAKE) -C $(MALI_KBASE_SRC_DIR) clean
