# SPDX-License-Identifier: GPL-2.0
# Copyright (c) 2021 Oracle, Inc.  All Rights Reserved.
#
.PHONY: group.list

group.list:
	@echo " [GROUP] $$PWD/$@"
	$(Q)$(TOPDIR)/tools/mkgroupfile $@
