# SPDX-License-Identifier: GPL-2.0+ # Copyright (C) 2011 SGI All Rights Reserved. # # # TOPDIR = .. include $(TOPDIR)/include/builddefs SUBDIRS = src default: $(SUBDIRS) include $(BUILDRULES) install: default