# SPDX-License-Identifier: GPL-2.0
#
# Makefile for Dragonball pio2mmio
#

obj-$(CONFIG_DRAGONBALL_PIO2MMIO) += pio2mmio.o

# external module build command
# make olddefconfig && make prepare
# make M=drivers/misc/dragonball/pio2mmio modules -j128
