2018-06-20 12:04:12 +10:00
|
|
|
# SPDX-License-Identifier: GPL-2.0+
|
2011-03-04 20:00:22 +00:00
|
|
|
# Copyright (C) 2011 SGI All Rights Reserved.
|
|
|
|
|
#
|
|
|
|
|
#
|
|
|
|
|
#
|
|
|
|
|
TOPDIR = ..
|
|
|
|
|
|
|
|
|
|
include $(TOPDIR)/include/builddefs
|
|
|
|
|
|
|
|
|
|
SUBDIRS = src
|
|
|
|
|
|
|
|
|
|
default: $(SUBDIRS)
|
|
|
|
|
|
|
|
|
|
include $(BUILDRULES)
|
|
|
|
|
|
|
|
|
|
install: default
|