# SPDX-License-Identifier: BSD-3-Clause # # Copyright (c) 2018, Tulio A M Mendes <[email protected]> # All rights reserved. # See LICENSE for details. # # Source: https://github.com/tadryanom/AdrOS # NAME := free SRCS := free.c include ../common.mk