6 lines
189 B
Makefile
Executable file
6 lines
189 B
Makefile
Executable file
# SPDX-License-Identifier: GPL-2.0-only
|
|
#
|
|
# Joshua Henderson, <joshua.henderson@microchip.com>
|
|
# Copyright (C) 2015 Microchip Technology, Inc. All rights reserved.
|
|
#
|
|
obj-y = reset.o irq.o
|